getDirectories()
getDirectories() : \duncan3dc\GitHub\iterable|array<mixed,\duncan3dc\GitHub\DirectoryInterface>
Get the subdirectories in this directory.
getDirectories() : \duncan3dc\GitHub\iterable|array<mixed,\duncan3dc\GitHub\DirectoryInterface>
Get the subdirectories in this directory.
getDirectory(string $name) : \duncan3dc\GitHub\DirectoryInterface
Get a directory by its name.
string | $name | The name of the directory |
getFiles() : \duncan3dc\GitHub\iterable|array<mixed,\duncan3dc\GitHub\FileInterface>
Get the files in this directory.
getFile(string $name) : \duncan3dc\GitHub\FileInterface
Get a file by its name.
string | $name | The name of the file |