__construct() 공개 메소드

Constructor
public __construct ( )
예제 #1
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->addRoleAssignment(array(ROLE_ID_AUTHOR, ROLE_ID_SUB_EDITOR, ROLE_ID_MANAGER), array('index', 'wizard', 'step', 'saveStep', 'fetchChoices'));
 }