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

Afficher le fichier Open project: appserver-io/appserver Interface Usage Examples

Méthodes publiques

Méthode 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 méthode

Array with the directories.
public getDirectories ( ) : DirectoryNode[]
Résultat DirectoryNode[]

getDirectoriesAsArray() public méthode

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
Résultat The array with the directories as string

getFile() public méthode

Returns the annotation registry's file.
public getFile ( ) : string
Résultat string The annotation registry's file

getNamespace() public méthode

Returns the annotation registry's namespace.
public getNamespace ( ) : string
Résultat string The annotation registry's namespace

getType() public méthode

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

setDirectories() public méthode

Array with the directories.
public setDirectories ( array $directories ) : void
$directories array The directories
Résultat void