コード例 #1
0
ファイル: Proxy.php プロジェクト: guratr/cruddy
 /**
  * {@inheritdoc}
  */
 public function canOrder()
 {
     return $this->field->canOrder();
 }