Метод | Описание | |
---|---|---|
getDirectories ( ) : |
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. |
public getDirectories ( ) : |
||
Результат |
public getDirectoriesAsArray ( string $prepend = null ) : The | ||
$prepend | string | Prepend to each directory |
Результат | The | array with the directories as string |
public getNamespace ( ) : string | ||
Результат | string | The annotation registry's namespace |
public setDirectories ( array $directories ) : void | ||
$directories | array | The directories |
Результат | void |