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