Класс ArrayNode
Узел для вывода массивов.
Пространство имён: Cake\Error\Debug
Краткое описание методов
-
__construct() public
Конструктор
-
add() public
Добавить элемент
-
getChildren() public
Получить узлы элементов
-
getValue() public
Получить содержащиеся элементы
Подробное описание методов
__construct() public
__construct(Cake\Error\Debug\ArrayItemNode[] $items = [])
Конструктор
Параметры
-
Cake\Error\Debug\ArrayItemNode[]$items необязательно Элементы массива
add() public
add(Cake\Error\Debug\ArrayItemNode $node): void
Добавить элемент
Параметры
-
Cake\Error\Debug\ArrayItemNode$node Элемент для добавления.
Возвращает
voidgetChildren() public
getChildren(): Cake\Error\Debug\ArrayItemNode[]
Получить узлы элементов
Возвращает
Cake\Error\Debug\ArrayItemNode[]getValue() public
getValue(): Cake\Error\Debug\ArrayItemNode[]
Получить содержащиеся элементы
Возвращает
Cake\Error\Debug\ArrayItemNode[]
© 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.2/class-Cake.Error.Debug.ArrayNode.html