Jackalope\Transport\DoctrineDBAL\Client::generateUuid PHP 메소드

generateUuid() 보호된 메소드

protected generateUuid ( ) : string
리턴 string a universally unique id.
    protected function generateUuid()
    {
        // php 5.3 compatibility, no direct execution of this function.
        $g = $this->getUuidGenerator();
        return $g();
    }