OEModule\PatientTicketing\PatientTicketingModule::init PHP Method

init() public method

public init ( )
    public function init()
    {
        // import the module-level components
        $this->setImport(array('PatientTicketing.components.*'));
        \Yii::app()->authManager->registerRuleset('PatientTicketing', new components\PatientTicketing_AuthRules());
        parent::init();
    }
PatientTicketingModule