Exemplo n.º 1
0
 protected function getPropertyNamePlural($arg)
 {
     return $arg ? ltrim($arg, '$') : Inflect::pluralize(lcfirst($this->reflection->getShortName()));
 }