|
|
@ -110,6 +110,11 @@ class Skill |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
protected $updatedAt; |
|
|
|
protected $updatedAt; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public function __construct() |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
$this->courses = new ArrayCollection(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* @return string |
|
|
|
* @return string |
|
|
|
*/ |
|
|
|
*/ |
|
|
@ -415,6 +420,11 @@ class Skill |
|
|
|
$this->items[] = $skillRelItem; |
|
|
|
$this->items[] = $skillRelItem; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public function hasCourses() |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
return null !== $this->courses; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* @return ArrayCollection |
|
|
|
* @return ArrayCollection |
|
|
|
*/ |
|
|
|
*/ |
|
|
|