Lines Matching defs:session
21 private $session;
30 $this->session = new BatcheditSession($this->getConf('sessionexp'));
50 $this->session->setError($error);
51 $this->session->expire();
63 $interface->printBeginning($this->session->getId());
64 $interface->printMessages($this->session->getMessages());
66 if ($this->session->getMatchCount() > 0) {
67 $interface->printTotalStats($this->command, $this->session->getMatchCount(),
68 $this->session->getPageCount(), $this->session->getEditCount());
69 $interface->printMatches($this->session->getPages());
72 $interface->printMainForm($this->session->getMatchCount() > 0);
101 $this->session->setId($request->getSessionId());
104 $this->session->save($request, $this->config);
113 if (!$this->session->load($request, $this->config)) {
118 $this->session->save($request, $this->config);
129 return new BatcheditEngine($this->session);
146 if (!$this->config->getConf('keepmarks') || $this->session->getMatchCount() == 0 || empty($request->getAppliedMatches())) {
157 if ($this->session->getMatchCount() == 0 || empty($request->getAppliedMatches())) {