AppserverIo\Appserver\Core\Api\Node\PersistenceUnitNodeInterface::getDirectoriesAsArray PHP Метод

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

Returns an array with the directories as string value, each prepended with the passed value.
public getDirectoriesAsArray ( string $prepend = null ) : The
$prepend string Prepend to each directory
Результат The array with the directories as string
    public function getDirectoriesAsArray($prepend = null);