__construct() public method

Constructor
public __construct ( )
コード例 #1
0
ファイル: SubmissionHandler.inc.php プロジェクト: pkp/ojs
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->addRoleAssignment(array(ROLE_ID_AUTHOR, ROLE_ID_SUB_EDITOR, ROLE_ID_MANAGER), array('index', 'wizard', 'step', 'saveStep', 'fetchChoices'));
 }