\Pluf\TenantModule

Summary

Methods
Properties
Constants
init()
No public properties found
moduleJsonPath
relations
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('Tenant_Invoice' => array('relate_to' => array('Bank_Receipt')), 'Tenant_Ticket' => array('relate_to' => array('User'), 'relate_to_many' => array('Tenant_Comment')), 'Tenant_Comment' => array('relate_to' => array('User_Account')), 'Tenant_Tenant' => array('relate_to' => array('Tenant_Tenant'), 'relate_to_many' => array('Tenant_Owner')), 'Tenant_SubtenantConfiguration' => array('relate_to' => array('Tenant_Tenant')))

Methods

init()

init(\Pluf  $bootstrap) 

Parameters

\Pluf $bootstrap