PhpSandbox\PHPSandbox::getPreparedCode PHP Méthode

getPreparedCode() public méthode

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