예제 #1
0
 /**
  * Counts all associated NarroTextCommentsAsText
  * @return int
  */
 public function CountNarroTextCommentsAsText()
 {
     if (is_null($this->intTextId)) {
         return 0;
     }
     return NarroTextComment::CountByTextId($this->intTextId);
 }