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

저자: Bernhard Wick ([email protected])
상속: extends AppserverIo\Description\Api\Node\AbstractValueNode
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$omitAutoLoading boolean Used to tell design-by-contract if this namespace should be omitted for autoloading
$omitEnforcement boolean Used to tell design-by-contract if this namespace should be omitted for enforcement

공개 메소드들

메소드 설명
omitAutoLoading ( ) : boolean Returns the omitAutoLoading flag.
omitEnforcement ( ) : boolean Returns the omitEnforcement flag.

메소드 상세

omitAutoLoading() 공개 메소드

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

omitEnforcement() 공개 메소드

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

프로퍼티 상세

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

Used to tell design-by-contract if this namespace should be omitted for autoloading
protected bool $omitAutoLoading
리턴 boolean

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

Used to tell design-by-contract if this namespace should be omitted for enforcement
protected bool $omitEnforcement
리턴 boolean