JmesPath\TreeInterpreter::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( callable $fnDispatcher = null )
$fnDispatcher callable Function dispatching function that accepts a function name argument and an array of function arguments and returns the result.
    public function __construct(callable $fnDispatcher = null)
    {
        $this->fnDispatcher = $fnDispatcher ?: FnDispatcher::getInstance();
    }