_id; } public function setID($id) { $this->_id = $id; } public function getIsAdmin() { return $this->isInRole('admin'); } } ?>