示例#1
0
 /**
  * @return int number of contents for the folder
  */
 public function countChild()
 {
     return FolderQuery::countChild($this->getId());
 }