AppserverIo\Appserver\Core\Api\Node\VirtualHostNode::toArray PHP Method

toArray() public method

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