Overview

Namespaces

  • Knot
    • Dict
      • Helpers
    • Exceptions
  • None

Classes

  • AbstractPHPArrayHelper
  • PHPArrayChangerHelper
  • PHPArrayEqualizerHelper
  • UnderscoreHelper

Interfaces

  • HelperInterface
  • Overview
  • Namespace
  • Class

Class UnderscoreHelper

Knot\Dict\Helpers\UnderscoreHelper implements Knot\Dict\Helpers\HelperInterface
Namespace: Knot\Dict\Helpers
Located at Knot/Dict/Helpers/UnderscoreHelper.php
Methods summary
public
# __construct( )
public string
# getName( )

Helper code name.

Helper code name.

Returns

string

Implementation of

Knot\Dict\Helpers\HelperInterface::getName()
public
# addRoutes( Knot\Dict\HelperManager $helperManager )

Load Function Routes!

Load Function Routes!

Parameters

$helperManager

Implementation of

Knot\Dict\Helpers\HelperInterface::addRoutes()
public
# execute( Knot\Dict $knot, $arguments, $functionName )
Properties summary
public boolean $ready
# false
public array $functions
# [ "each", "map", "reduce", "reduceRight", "find", "filter", "reject", "all", "any", "includ", "invoke", "pluck", "max", "min", "groupBy", "sortBy", "sortedIndex", "shuffle", "toArray", "size", "first", "initial", "rest", "last", "compact", "flatten", "without", "uniq", "union", "intersection", "difference", "zip", "indexOf", "lastIndexOf", "range", "memoize", "throttle", "once", "after", "wrap", "compose", "keys", "values", "functions", "extend", "defaults", "clon", "tap", "has", "isEqual", "isEmpty", "isObject", "isArray", "isFunction", "isString", "isNumber", "isBoolean", "isDate", "isNaN", "isNull", "identity", "times", "mixin", "uniqueId", "escape", "template", "chain", "value" ]
API documentation generated by ApiGen