示例#1
0
 protected function inflexion($count)
 {
     $int = null;
     $inflexion = Dictionary::getInflexion($this->lang);
     $int = $inflexion->inflex($count);
     return $int;
 }