コード例 #1
0
ファイル: AnnotationParser.php プロジェクト: Zarganwar/orm
 protected function getPropertyNamePlural($arg)
 {
     return $arg ? ltrim($arg, '$') : Inflect::pluralize(lcfirst($this->reflection->getShortName()));
 }