/** * Returns true if the current object was initialized * * @return boolean */ final public function defined() { return is_object($this->m_dbObject) && $this->m_dbObject->exists(); } // fn defined