Класс ArrayItemNode
Узел вывода для элементов массива.
Пространство имен: Cake\Error\Debug
Краткое описание методов
-
__construct() public
Конструктор
-
getChildren() public
Получить дочерние узлы этого узла.
-
getKey() public
Получить ключ
-
getValue() public
Получить значение
Подробное описание методов
__construct() public
__construct(Cake\Error\Debug\NodeInterface $key, Cake\Error\Debug\NodeInterface $value)
Конструктор
Параметры
-
Cake\Error\Debug\NodeInterface$key Узел для ключа элемента
-
Cake\Error\Debug\NodeInterface$value Узел для значения массива
getChildren() public
getChildren(): arrayCake\Error\Debug\NodeInterface>
Получить дочерние узлы этого узла.
Возвращает
arrayCake\Error\Debug\NodeInterface>getKey() public
getKey(): Cake\Error\Debug\NodeInterface
Получить ключ
Возвращает
Cake\Error\Debug\NodeInterfacegetValue() public
getValue(): Cake\Error\Debug\NodeInterface
Получить значение
Возвращает
Cake\Error\Debug\NodeInterface
© 2005–present The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/4.3/class-Cake.Error.Debug.ArrayItemNode.html