AppserverIo\Appserver\Naming\NamingDirectory::toArray PHP Метод

toArray() публичный Метод

Builds an array with a string representation of the naming directories content.
public toArray ( array &$buffer = [] ) : array
$buffer array The array to append the values to
Результат array The array with the naming directories string representation
    public function toArray(array &$buffer = array())
    {
        return (array) $this;
    }