Overview

Namespaces

  • Deimos
    • Flow
      • Extension
        • TBlock
        • TFor
        • TForeach
        • TIF
        • TLiteral
        • TPHP
        • TSimple
        • TTry
        • TWhile
      • Traits
  • PHP

Classes

  • Block
  • Configure
  • DefaultConfig
  • DefaultContainer
  • Flow
  • FlowForeach
  • FlowFunction
  • ForeachState
  • Lexer
  • LexerConst
  • Tokenizer
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Class DefaultConfig

Namespace: Deimos\Flow
Located at Flow/DefaultConfig.php
Methods summary
public
# __construct( )

DefaultConfig constructor.

DefaultConfig constructor.

public array
# configStorage( )

Returns

array
public
# registerCallback( $name, $callable )

Parameters

$name
$callable
Properties summary
protected array $configStorage
# [ 'substr' => 'mb_substr', 'strlen' => 'mb_strlen', 'count' => 'count', 'var_dump' => 'var_dump', 'date' => 'date', ]
API documentation generated by ApiGen