|
|
|
|
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(
|