_id = (string) $id; } /** * * get resource id * * @return string the resource id/name */ public function getId() { return $this->_id; } }