__construct() public method

Constructor.
public __construct ( )
Example #1
0
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
     $this->authorDao = DAORegistry::getDAO('AuthorDAO');
     $this->userDao = DAORegistry::getDAO('UserDAO');
     $this->reviewAssignmentDao = DAORegistry::getDAO('ReviewAssignmentDAO');
     $this->submissionFileDao = DAORegistry::getDAO('SubmissionFileDAO');
     $this->submissionCommentDao = DAORegistry::getDAO('SubmissionCommentDAO');
 }
Example #2
0
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
 }