PhpSandbox\PHPSandbox::clearTrustedCode PHP Méthode

clearTrustedCode() public méthode

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