PhpSandbox\PHPSandbox::getCode PHP Method

getCode() public method

Get PHPSandbox generated code
public getCode ( ) : string
return string Returns a string of the generated code
    public function getCode()
    {
        return $this->generated_code;
    }
PHPSandbox