\Pluf\CMSModule

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('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')))

urlsPath

urlsPath = __DIR__ . '/urls.php'

Methods

init()

init(\Pluf  $bootstrap) 

Parameters

\Pluf $bootstrap