PHP Класс AppserverIo\Appserver\Core\Api\Node\NamespaceNode

Автор: Bernhard Wick ([email protected])
Наследование: extends AppserverIo\Description\Api\Node\AbstractValueNode
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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