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

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

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

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