AppserverIo\Appserver\Core\Api\Node\VirtualHostNode::toArray PHP Méthode

toArray() public méthode

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