function() { if (!$this->write) { $r = $this->_fetchAll(\PDO::FETCH_ASSOC); return $r === false ? null : $r; } return null; }