moduleJsonPath
moduleJsonPath = __DIR__ . '/module.json'
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')))
init(\Pluf $bootstrap)
\Pluf | $bootstrap |