Lines Matching refs:selection
92 $selection = json_decode($INPUT->post->str('selection', '', true), true);
93 if(!is_array($selection)) {
94 $selection = array();
96 return $selection;
102 * @param array $selection
105 private function retrievePageInfo($selection) { argument
107 foreach($selection as $pageid) {
164 * @param array $selection
168 private function saveSelection($savedSelectionName, $selection) { argument
172 if(empty($selection)) {
182 foreach($selection as $pageid) {