AppserverIo\Appserver\Core\Api\Node\PersistenceUnitNodeInterface::getDirectoriesAsArray PHP Method

getDirectoriesAsArray() public method

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
return The array with the directories as string
    public function getDirectoriesAsArray($prepend = null);