コード例 #1
0
ファイル: dmAdminRouting.php プロジェクト: theolymp/diem
 public function getModuleTypeUrl(dmModuleType $type)
 {
     return '@dm_module_type?moduleTypeName=' . dmString::slugify($type->getPublicName());
 }