PhpSandbox\PHPSandbox::clearAppendedCode PHP Méthode

clearAppendedCode() public méthode

Clear all appended trusted code
public clearAppendedCode ( )
    public function clearAppendedCode()
    {
        $this->appended_code = '';
        return $this;
    }
PHPSandbox