Esempio n. 1
0
 public function getChildren()
 {
     $result = Statusgruppen::findBySQL('range_id = ? ORDER BY position', array($this->id));
     return $result ?: array();
 }