Exemplo n.º 1
0
 public function isEqual(DBObject $object)
 {
     return $this->getID() == $object->getID();
 }