コード例 #1
0
ファイル: Folder.php プロジェクト: vigourouxjulien/thelia
 /**
  * @return int number of contents for the folder
  */
 public function countChild()
 {
     return FolderQuery::countChild($this->getId());
 }