Example #1
0
 /**
  * Counts all associated NarroContextInfosAsContext
  * @return int
  */
 public function CountNarroContextInfosAsContext()
 {
     if (is_null($this->intContextId)) {
         return 0;
     }
     return NarroContextInfo::CountByContextId($this->intContextId);
 }