PHP Class AppserverIo\Appserver\Core\Api\Node\NamespaceNode

Inheritance: extends AppserverIo\Description\Api\Node\AbstractValueNode
Show file Open project: appserver-io/appserver

Protected Properties

Property Type Description
$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

Public Methods

Method Description
omitAutoLoading ( ) : boolean Returns the omitAutoLoading flag.
omitEnforcement ( ) : boolean Returns the omitEnforcement flag.

Method Details

omitAutoLoading() public method

Returns the omitAutoLoading flag.
public omitAutoLoading ( ) : boolean
return boolean The omitAutoLoading flag

omitEnforcement() public method

Returns the omitEnforcement flag.
public omitEnforcement ( ) : boolean
return boolean The omitEnforcement flag

Property Details

$omitAutoLoading protected property

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

$omitEnforcement protected property

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