Overview

Namespaces

  • Knot
    • Dict
      • Helpers
    • Exceptions
  • None

Classes

  • AbstractDictBody
  • ChildDict
  • HelperManager
  • ParentDict

Traits

  • ArrayAccessTrait
  • CountableTrait
  • IteratorAggregateTrait
  • PathOperationsTrait
  • Overview
  • Namespace
  • Class

Class ChildDict

PHP ArrayEqualHelper methods

Knot\Dict\AbstractDictBody implements Knot\Dict\Arrayaccess, Countable, IteratorAggregate uses Knot\Dict\ArrayAccessTrait, Knot\Dict\CountableTrait, Knot\Dict\IteratorAggregateTrait, Knot\Dict\PathOperationsTrait
Extended by Knot\Dict
Extended by Knot\Dict\ChildDict
Namespace: Knot\Dict
Located at Knot/Dict/ChildDict.php
Methods summary
public Knot\Dict\ChildDict
# kill( )

Returns

Knot\Dict\ChildDict
public Knot\Dict\ParentDict
# parent( )

Returns

Knot\Dict\ParentDict
public Knot\Dict\ParentDict
# childParent( )

In ChildArray's child's parent is parent array.

In ChildArray's child's parent is parent array.

Returns

Knot\Dict\ParentDict

Overrides

Knot\Dict\AbstractDictBody::childParent()
Methods inherited from Knot\Dict
create(), createByReference()
Methods inherited from Knot\Dict\AbstractDictBody
__call(), __construct(), __get(), __invoke(), __isset(), __set(), __unset(), call(), copy(), getHelperManager(), keyExists(), lastKey(), toArray()
Methods inherited from Countable
count()
Methods inherited from IteratorAggregate
getIterator()
Methods used from Knot\Dict\ArrayAccessTrait
offsetExists(), offsetGet(), offsetSet(), offsetUnset()
Methods used from Knot\Dict\CountableTrait
count()
Methods used from Knot\Dict\IteratorAggregateTrait
getIterator()
Methods used from Knot\Dict\PathOperationsTrait
del(), get(), getOnly(), isPath(), path(), pathCombiner(), pathParser(), set()
Magic methods inherited from Knot\Dict\AbstractDictBody
push(), shift(), unshift()
Constants inherited from Knot\Dict
VERSION
Properties inherited from Knot\Dict\AbstractDictBody
$data, $parentArray, $path
Properties used from Knot\Dict\ArrayAccessTrait
$data
Properties used from Knot\Dict\PathOperationsTrait
$ARRAY_PATH_DELIMITER, $path
API documentation generated by ApiGen