예제 #1
0
 /**
  * Is this object deleted
  *
  * @return boolean true on success, false on failure
  * @access public
  */
 function isDeleted()
 {
     return CMS_modulePolymodValidation::isDeletedItem($this->getID());
 }