PHP Интерфейс AppserverIo\Appserver\Core\Api\Node\AnnotationRegistryNodeInterface

Автор: Tim Wagner ([email protected])
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
getDirectories ( ) : DirectoryNode[] Array with the directories.
getDirectoriesAsArray ( string $prepend = null ) : The Returns an array with the directories as string value, each prepended with the passed value.
getFile ( ) : string Returns the annotation registry's file.
getNamespace ( ) : string Returns the annotation registry's namespace.
getType ( ) : string Returns the annotation registry's type.
setDirectories ( array $directories ) : void Array with the directories.

Описание методов

getDirectories() публичный метод

Array with the directories.
public getDirectories ( ) : DirectoryNode[]
Результат DirectoryNode[]

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

getFile() публичный метод

Returns the annotation registry's file.
public getFile ( ) : string
Результат string The annotation registry's file

getNamespace() публичный метод

Returns the annotation registry's namespace.
public getNamespace ( ) : string
Результат string The annotation registry's namespace

getType() публичный метод

Returns the annotation registry's type.
public getType ( ) : string
Результат string The fannotation registry's type

setDirectories() публичный метод

Array with the directories.
public setDirectories ( array $directories ) : void
$directories array The directories
Результат void