AppserverIo\Appserver\Core\Api\Node\WebResourceCollectionNode::getHttpMethods PHP Method

getHttpMethods() public method

Return's the HTTP method information.
public getHttpMethods ( ) : array
return array The HTTP method information
    public function getHttpMethods()
    {
        return $this->httpMethods;
    }