exists() публичный Метод

Return true if the object exists in the database.
public exists ( ) : boolean
Результат boolean
Пример #1
0
 /**
  * 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