Ejemplo n.º 1
0
 public static function find()
 {
     $q = new MultilingualQuery(get_called_class());
     $q->localized();
     return $q;
 }