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