예제 #1
0
 /**
  * Counts all associated NarroLogsAsUser
  * @return int
  */
 public function CountNarroLogsAsUser()
 {
     if (is_null($this->intUserId)) {
         return 0;
     }
     return NarroLog::CountByUserId($this->intUserId);
 }