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

toArray() 공개 메소드

Converts the virtual host node into an associative array and returns it.
public toArray ( ) : array
리턴 array The array with the virtual host node data
    public function toArray()
    {
        return array('name' => $this->name);
    }
VirtualHostNode