PhpSandbox\PHPSandbox::getPreparsedCode PHP Method

getPreparsedCode() public method

Get PHPSandbox preparsed code
public getPreparsedCode ( ) : string
return string Returns a string of the preparsed code
    public function getPreparsedCode()
    {
        return $this->preparsed_code;
    }
PHPSandbox