コード例 #1
0
ファイル: Product.php プロジェクト: Exanrus/crm-bundle
 public function hasChildren()
 {
     return !$this->children->isEmpty();
 }