예제 #1
0
 /**
  * Is orderable ?
  * 
  * @return bool
  */
 public function isOrderable()
 {
     return $this->field->isOrderable();
 }