PHP 인터페이스 AppserverIo\Appserver\Core\Api\Node\AnnotationRegistryNodeInterface

파일 보기 프로젝트 열기: appserver-io/appserver 0 사용 예제들

공개 메소드들

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