PhpSandbox\PHPSandbox::getCode PHP Метод

getCode() публичный Метод

Get PHPSandbox generated code
public getCode ( ) : string
Результат string Returns a string of the generated code
    public function getCode()
    {
        return $this->generated_code;
    }
PHPSandbox