PHP Interface AppserverIo\Appserver\Core\Api\Node\AnnotationRegistryNodeInterface

Show file Open project: appserver-io/appserver Interface Usage Examples

Public Methods

Method Description
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.

Method Details

getDirectories() public method

Array with the directories.
public getDirectories ( ) : DirectoryNode[]
return DirectoryNode[]

getDirectoriesAsArray() public method

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
return The array with the directories as string

getFile() public method

Returns the annotation registry's file.
public getFile ( ) : string
return string The annotation registry's file

getNamespace() public method

Returns the annotation registry's namespace.
public getNamespace ( ) : string
return string The annotation registry's namespace

getType() public method

Returns the annotation registry's type.
public getType ( ) : string
return string The fannotation registry's type

setDirectories() public method

Array with the directories.
public setDirectories ( array $directories ) : void
$directories array The directories
return void