Overview
Namespaces
Knot
Dict
Helpers
Exceptions
None
Classes
Knot\Dict
Knot\Dict\AbstractDictBody
Knot\Dict\ChildDict
Knot\Dict\HelperManager
Knot\Dict\Helpers\AbstractPHPArrayHelper
Knot\Dict\Helpers\PHPArrayChangerHelper
Knot\Dict\Helpers\PHPArrayEqualizerHelper
Knot\Dict\Helpers\UnderscoreHelper
Knot\Dict\ParentDict
Interfaces
Knot\Dict\Helpers\HelperInterface
Traits
Knot\Dict\ArrayAccessTrait
Knot\Dict\CountableTrait
Knot\Dict\IteratorAggregateTrait
Knot\Dict\PathOperationsTrait
Exceptions
Knot\Exceptions\FunctionExecuteException
Knot\Exceptions\WrongArrayPathException
Knot\Exceptions\WrongFunctionException
Functions
ar
arr
arrRef
is_dict
Overview
Namespace
Class
1:
<?php
namespace
Knot\Exceptions;
2:
3:
class
WrongFunctionException
extends
\Exception {
4:
5:
}