Exemple #1
0
 /**
  * Returns current sort direction
  * @return unknown
  */
 public function get_sort_direction()
 {
     return $this->sortdir->get_value();
 }
Exemple #2
0
 /**
  * Returns confirmed
  * @return bool
  */
 public function isConfirmed()
 {
     return (bool) $this->confirmvar->get_value();
 }