Flow\Compiler::repr PHP Method

repr() public method

public repr ( $repr, $indent )
    public function repr($repr, $indent = 0)
    {
        $repr = $this->raw(var_export($repr, true), $indent);
    }