moduleJsonPath
moduleJsonPath = __DIR__ . '/module.json'
relations = array('CMS_Content' => array('relate_to' => array('User_Account'), 'relate_to_many' => array('User_Account')), 'CMS_ContentMeta' => array('relate_to' => array('CMS_Content')), 'CMS_TermTaxonomy' => array('relate_to' => array('CMS_Term'), 'relate_to_many' => array('CMS_Content')), 'CMS_TermMeta' => array('relate_to' => array('CMS_Term')), 'CMS_ContentHistory' => array('relate_to' => array('CMS_Content', 'User_Account')))
init(\Pluf $bootstrap)
\Pluf | $bootstrap |