Beispiel #1
0
 public function load()
 {
     return Player::findFirst(parent::get_vars());
 }
Beispiel #2
0
 public function load()
 {
     return Noticia::find(parent::get_vars());
 }
Beispiel #3
0
 public function load()
 {
     $ret = Podcast::findFirst(parent::get_vars());
     return $ret;
 }
Beispiel #4
0
 public function load()
 {
     return Candidato::find(parent::get_vars());
 }
Beispiel #5
0
 public function load()
 {
     return Portada_temas::findFirst(parent::get_vars());
 }
Beispiel #6
0
 public function load()
 {
     return Clima::findFirst(parent::get_vars());
 }
Beispiel #7
0
 public function load()
 {
     return Categoria::find(parent::get_vars());
 }
Beispiel #8
0
 public function load()
 {
     return Socialtv::findFirst(parent::get_vars());
 }
Beispiel #9
0
 public function load()
 {
     return Elecciones::findFirst(parent::get_vars());
 }