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\Dict\Helpers;
 2: 
 3: use Knot\Dict\HelperManager;
 4: 
 5: interface HelperInterface {
 6: 
 7:     /**
 8:      * Helper code name.
 9:      * @return string
10:      */
11:     public function getName();
12: 
13: 
14:     /**
15:      * Load Function Routes!
16:      *
17:      * @param HelperManager $helperManager
18:      *
19:      * @return void
20:      */
21:     public function addRoutes(HelperManager $helperManager);
22: }
23: 
API documentation generated by ApiGen