Ejemplo n.º 1
0
 function checkin($oid = null)
 {
     $this->_mapUsers();
     // Checks-in the row (on the CMSes where applicable):
     if (is_callable(array($this->_cmsUser, 'checkin'))) {
         return $this->_cmsUser->checkin();
     } else {
         return true;
     }
 }