コード例 #1
0
ファイル: SiteController.php プロジェクト: hlogeon/scms
 protected function getType($type)
 {
     return Type::find($type);
 }