AppserverIo\Appserver\Core\Api\Node\WebResourceCollectionNode::getHttpMethods PHP Метод

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

Return's the HTTP method information.
public getHttpMethods ( ) : array
Результат array The HTTP method information
    public function getHttpMethods()
    {
        return $this->httpMethods;
    }