PHP 클래스 AppserverIo\Appserver\Core\Api\Node\AnnotationRegistryNode

상속: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\AnnotationRegistryNodeInterface, use trait AppserverIo\Appserver\Core\Api\Node\DirectoriesNodeTrait
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$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