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

getHttpMethodOmissions() public method

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