示例#1
0
 /**
  * @return array
  */
 public function loadAll()
 {
     return $this->subjects = Tema::loadAll();
 }