BaseEventTypeController::checkAdminAccess PHP Méthode

checkAdminAccess() public méthode

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