PhpSandbox\PHPSandbox::getPrependedCode PHP Method

getPrependedCode() public method

Get PHPSandbox prepended code
public getPrependedCode ( ) : string
return string Returns a string of the prepended code
    public function getPrependedCode()
    {
        return $this->prepended_code;
    }
PHPSandbox