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