Zend\Mvc\HttpMethodListener::getAllowedMethods PHP Метод

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

public getAllowedMethods ( ) : array
Результат array
    public function getAllowedMethods()
    {
        return $this->allowedMethods;
    }