mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 14:16:39 +02:00
renamed DibiLazyStorage to DibiHashMap
This commit is contained in:
@@ -532,7 +532,7 @@ class DibiColumnInfo extends DibiObject
|
||||
public function getType()
|
||||
{
|
||||
if (self::$types === NULL) {
|
||||
self::$types = new DibiLazyStorage(array(__CLASS__, 'detectType'));
|
||||
self::$types = new DibiHashMap(array(__CLASS__, 'detectType'));
|
||||
}
|
||||
return self::$types->{$this->info['nativetype']};
|
||||
}
|
||||
|
Reference in New Issue
Block a user