BaseEventTypeController::checkAdminAccess PHP Method

checkAdminAccess() public method

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