\Pluf\BankModule

Summary

Methods
Properties
Constants
init()
No public properties found
moduleJsonPath
relations
urlsPath
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

moduleJsonPath

moduleJsonPath = __DIR__ . '/module.json'

relations

relations = array('Bank_Wallet' => array('relate_to' => array('User_Account')), 'Bank_Transfer' => array('relate_to' => array('User_Account', 'Bank_Wallet', 'Bank_Receipt')), 'Bank_Receipt' => array('relate_to' => array('Bank_Backend')))

urlsPath

urlsPath = __DIR__ . '/urls.php'

Methods

init()

init(\Pluf  $bootstrap) 

Parameters

\Pluf $bootstrap