PhpSandbox\PHPSandbox::getPreparsedCode PHP Méthode

getPreparsedCode() public méthode

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