コード例 #1
0
ファイル: Category.php プロジェクト: alex63530/thelia
 /**
  * @return int number of child for the current category
  */
 public function countChild()
 {
     return CategoryQuery::countChild($this->getId());
 }