PhpSandbox\PHPSandbox::clearTrustedCode PHP Method

clearTrustedCode() public method

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