示例#1
0
文件: Proxy.php 项目: guratr/cruddy
 /**
  * {@inheritdoc}
  */
 public function canOrder()
 {
     return $this->field->canOrder();
 }