PhpSandbox\PHPSandbox::clearAppendedCode PHP Method

clearAppendedCode() public method

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