PHP Класс AppserverIo\Appserver\Core\Api\Node\AnnotationRegistryNode

Автор: Tim Wagner ([email protected])
Наследование: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\AnnotationRegistryNodeInterface, use trait AppserverIo\Appserver\Core\Api\Node\DirectoriesNodeTrait
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$file string The annotation registry's file.
$namespace string The annotation registry's namespace.
$type string The annotation registry's type.

Открытые методы

Метод Описание
__construct ( string $type = '', string $file = '', string $namespace = '' ) Initializes the annotation registry configuration with the passed values.
getFile ( ) : string Returns the annotation registry's file.
getNamespace ( ) : string Returns the annotation registry's namespace.
getType ( ) : string Returns the fannotation registry's type.

Описание методов

__construct() публичный метод

Initializes the annotation registry configuration with the passed values.
public __construct ( string $type = '', string $file = '', string $namespace = '' )
$type string The annotation registry's type
$file string The annotation registry's file
$namespace string The annotation registry's namespace

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 fannotation registry's type.
public getType ( ) : string
Результат string The fannotation registry's type

Описание свойств

$file защищенное свойство

The annotation registry's file.
protected string $file
Результат string

$namespace защищенное свойство

The annotation registry's namespace.
protected string $namespace
Результат string

$type защищенное свойство

The annotation registry's type.
protected string $type
Результат string