/** * The $livingOnly flag is present for bc only and is ignored, we get what the current user can see * @param mixed $livingOnly * @return mixed */ public function getPeerInfo($livingOnly = true) { return aPageTable::getPeerInfo(array('info' => $this->getInfo(), 'livingOnly' => $livingOnly)); }