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

상속: extends AppserverIo\Description\Api\Node\AbstractValueNode, implements AppserverIo\Appserver\Core\Api\Node\DirectoryNodeInterface
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$enforced string The flag to enforce design-by-contract type checking on classes of this directory.

공개 메소드들

메소드 설명
__construct ( AppserverIo\Configuration\Interfaces\ValueInterface $nodeValue = null, string $enforced = false ) Initializes the directory node with the necessary data.
isEnforced ( ) : boolean Returns the enforcement flag.

메소드 상세

__construct() 공개 메소드

Initializes the directory node with the necessary data.
public __construct ( AppserverIo\Configuration\Interfaces\ValueInterface $nodeValue = null, string $enforced = false )
$nodeValue AppserverIo\Configuration\Interfaces\ValueInterface The node value
$enforced string The enforcement flag

isEnforced() 공개 메소드

Returns the enforcement flag.
public isEnforced ( ) : boolean
리턴 boolean The enforcement flag

프로퍼티 상세

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

The flag to enforce design-by-contract type checking on classes of this directory.
protected string $enforced
리턴 string