示例#1
0
文件: Model.php 项目: pixel418/staq
 public function getRouteAttributes($model)
 {
     $attributes = [];
     $attributes['id'] = $model->id;
     $attributes['name'] = \Staq\Util::smartUrlEncode($model->name());
     return $attributes;
 }