示例#1
0
 protected function getParsedRoute()
 {
     return strtr('/{route}', ['{route}' => is_null($this->route) ? strtolower(Inflector::pluralize(StringHelper::baseName($this->owner->className()))) : $this->route]);
 }