AppserverIo\Appserver\Core\Api\Node\LocationNode::toArray PHP 메소드

toArray() 공개 메소드

Converts the location node into an associative array and returns it.
public toArray ( ) : array
리턴 array The array with the location node data
    public function toArray()
    {
        return array('condition' => $this->getCondition(), 'params' => $this->getParamsAsArray(), 'handlers' => $this->getFileHandlersAsArray(), 'headers' => $this->getHeadersAsArray());
    }