\Pluf\UserModule

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('User_Account' => array('relate_to_many' => array('User_Group', 'User_Role')), 'User_Message' => array('relate_to' => array('User_Account')), 'User_Profile' => array('relate_to' => array('User_Account')), 'User_Avatar' => array('relate_to' => array('User_Account')), 'User_Verification' => array('relate_to' => array('User_Account')), 'User_Email' => array('relate_to' => array('User_Account')), 'User_Phone' => array('relate_to' => array('User_Account')), 'User_Address' => array('relate_to' => array('User_Account')), 'User_Group' => array('relate_to_many' => array('User_Role')))

urlsPath

urlsPath = __DIR__ . '/urls.php'

Methods

init()

init(\Pluf  $bootstrap) 

Parameters

\Pluf $bootstrap