BaseEventTypeController::behaviors PHP Method

behaviors() public method

public behaviors ( )
    public function behaviors()
    {
        return array('CreateEventBehavior' => array('class' => 'application.behaviors.CreateEventControllerBehavior'));
    }
BaseEventTypeController