コード例 #1
0
ファイル: Competency.php プロジェクト: stopfstedt/ilios
 /**
  * @return bool
  */
 public function hasChildren()
 {
     return !$this->children->isEmpty() ? true : false;
 }