PhpSandbox\PHPSandbox::clearPrependedCode PHP Method

clearPrependedCode() public method

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