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

Inheritance: extends AppserverIo\Description\Api\Node\AbstractValueNode
Afficher le fichier Open project: appserver-io/appserver

Protected Properties

Свойство 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

Méthodes publiques

Méthode Description
omitAutoLoading ( ) : boolean Returns the omitAutoLoading flag.
omitEnforcement ( ) : boolean Returns the omitEnforcement flag.

Method Details

omitAutoLoading() public méthode

Returns the omitAutoLoading flag.
public omitAutoLoading ( ) : boolean
Résultat boolean The omitAutoLoading flag

omitEnforcement() public méthode

Returns the omitEnforcement flag.
public omitEnforcement ( ) : boolean
Résultat boolean The omitEnforcement flag

Property Details

$omitAutoLoading protected_oe property

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

$omitEnforcement protected_oe property

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