PhpSandbox\PHPSandbox::clearPrepended PHP Méthode

clearPrepended() public méthode

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