Home
last modified time | relevance | path

Searched refs:selectedDeps (Results 1 – 1 of 1) sorted by relevance

/plugin/inseecity/
H A Daction.php17 var $selectedDeps; variable in action_plugin_inseecity
27 foreach ($this->selectedDeps as $dep)
42 $this->selectedDeps = [];
49 $this->selectedDeps = $this->allDeps;
51 $this->selectedDeps = [];
55 $this->selectedDeps [] = $dep;
66 $JSINFO ['inseeCity']['selectedDeps'] = $this->selectedDeps;