Home
last modified time | relevance | path

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

/plugin/batchedit/
H A Dengine.php635 $this->saveArray('props', $this->getProperties($request, $config));
636 $this->saveArray('matches', array($this->warnings, $this->matches, $this->pages));
769 private function saveArray($name, $array) { function in BatcheditSession