Procházet zdrojové kódy

On peut désormais avoir un objet ElementSearch sans tags.

bastien před 13 roky
rodič
revize
f38e86c710
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      src/Muzich/CoreBundle/Searcher/ElementSearcher.php

+ 3 - 3
src/Muzich/CoreBundle/Searcher/ElementSearcher.php Zobrazit soubor

41
   public function init($params)
41
   public function init($params)
42
   {
42
   {
43
     // Control des parametres transmis.
43
     // Control des parametres transmis.
44
-    $this->checkParams($params, array(
45
-      'tags' => "Muzich\CoreBundle\Searcher\ElementSearch::init(): \$params: Au moins un tag est nécéssaire"
46
-    ));
44
+//    $this->checkParams($params, array(
45
+//      'tags' => "Muzich\CoreBundle\Searcher\ElementSearch::init(): \$params: Au moins un tag est nécéssaire"
46
+//    ));
47
     
47
     
48
     // Mise a jour des attributs
48
     // Mise a jour des attributs
49
     $this->setAttributes(array(
49
     $this->setAttributes(array(