ReviewerHandler::__construct PHP Метод

__construct() публичный Метод

Constructor
public __construct ( )
    function __construct()
    {
        parent::__construct();
        $this->addRoleAssignment(ROLE_ID_REVIEWER, array('submission', 'step', 'saveStep', 'showDeclineReview', 'saveDeclineReview', 'downloadFile'));
    }