AppserverIo\Appserver\ServletEngine\Security\Mapping::getHttpMethods PHP Метод

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

Return's the HTTP methods that has to be authenticated.
public getHttpMethods ( ) : array
Результат array The HTTP methods
    public function getHttpMethods()
    {
        return $this->httpMethods;
    }