コード例 #1
0
ファイル: LinkableBehavior.php プロジェクト: weblement/yii2
 protected function getParsedRoute()
 {
     return strtr('/{route}', ['{route}' => is_null($this->route) ? strtolower(Inflector::pluralize(StringHelper::baseName($this->owner->className()))) : $this->route]);
 }