예제 #1
0
파일: Proxy.php 프로젝트: guratr/cruddy
 /**
  * {@inheritdoc}
  */
 public function canOrder()
 {
     return $this->field->canOrder();
 }