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;
    }