hafriedlander\Peg\Compiler\Token\Recurse::match_function PHP Method

match_function() public method

public match_function ( $value )
    function match_function($value)
    {
        return "'" . $this->function_name($value) . "'";
    }