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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$factory string The factory class name for the metadata configuration driver.
$type string The class name for the metadata configuration driver.

공개 메소드들

메소드 설명
getFactory ( ) : string Returns the factory class name for the metadata configuration driver.
getType ( ) : string Returns the class name for the metadata configuration driver.

메소드 상세

getFactory() 공개 메소드

Returns the factory class name for the metadata configuration driver.
public getFactory ( ) : string
리턴 string The factory class name for the metadata configuration driver

getType() 공개 메소드

Returns the class name for the metadata configuration driver.
public getType ( ) : string
리턴 string The class name for the metadata configuration driver

프로퍼티 상세

$factory 보호되어 있는 프로퍼티

The factory class name for the metadata configuration driver.
protected string $factory
리턴 string

$type 보호되어 있는 프로퍼티

The class name for the metadata configuration driver.
protected string $type
리턴 string