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