Пример #1
0
 /**
  * @deprecated
  */
 static function _loadConfig($dictionary)
 {
     Ak::deprecateWarning('AkInflector::_loadConfig is deprecated and will be removed in future Akelos versions. Please use AkInflector::loadConfig() instead.');
     return AkInflector::loadConfig($dictionary);
 }