BaseEventTypeController::checkPrintAccess PHP Method

checkPrintAccess() public method

public checkPrintAccess ( ) : boolean
return boolean
    public function checkPrintAccess()
    {
        return $this->checkAccess('OprnPrint');
    }
BaseEventTypeController