Ejemplo n.º 1
0
 private static function getConvert()
 {
     if (empty(self::$convert)) {
         self::$convert = self::$config['convert'];
     }
     return self::$convert;
 }