Flow\Compiler::getTraceInfo PHP Method

getTraceInfo() public method

public getTraceInfo ( $export = false )
    public function getTraceInfo($export = false)
    {
        if ($export) {
            return str_replace(array("\n", ' '), '', var_export($this->trace, true));
        }
        return $this->trace;
    }