PhpSandbox\PHPSandbox::clear PHP Méthode

clear() public méthode

Clear all trusted and sandboxed code
public clear ( )
    public function clear()
    {
        $this->prepended_code = '';
        $this->generated_code = null;
        $this->appended_code = '';
        return $this;
    }
PHPSandbox