메소드 | 설명 | |
---|---|---|
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 |