|
|
@@ -758,6 +758,7 @@ class Parameters
|
|
|
public function setRequiredValidation(bool $requiredValidation): self
|
|
|
{
|
|
|
$this->requiredValidation = $requiredValidation;
|
|
|
+
|
|
|
return $this;
|
|
|
}
|
|
|
|
|
|
@@ -769,6 +770,7 @@ class Parameters
|
|
|
public function setCreateCourse(bool $createCourse): self
|
|
|
{
|
|
|
$this->createCourse = $createCourse;
|
|
|
+
|
|
|
return $this;
|
|
|
}
|
|
|
|
|
|
@@ -780,6 +782,7 @@ class Parameters
|
|
|
public function setUpdateCourse(bool $updateCourse): self
|
|
|
{
|
|
|
$this->updateCourse = $updateCourse;
|
|
|
+
|
|
|
return $this;
|
|
|
}
|
|
|
|
|
|
@@ -791,6 +794,7 @@ class Parameters
|
|
|
public function setDeleteCourse(bool $deleteCourse): self
|
|
|
{
|
|
|
$this->deleteCourse = $deleteCourse;
|
|
|
+
|
|
|
return $this;
|
|
|
}
|
|
|
|
|
|
@@ -802,6 +806,7 @@ class Parameters
|
|
|
public function setCrudPedagogic(bool $crudPedagogic): self
|
|
|
{
|
|
|
$this->crudPedagogic = $crudPedagogic;
|
|
|
+
|
|
|
return $this;
|
|
|
}
|
|
|
|
|
|
@@ -813,6 +818,7 @@ class Parameters
|
|
|
public function setAdministrationCc(bool $administrationCc): self
|
|
|
{
|
|
|
$this->administrationCc = $administrationCc;
|
|
|
+
|
|
|
return $this;
|
|
|
}
|
|
|
|
|
|
@@ -824,6 +830,7 @@ class Parameters
|
|
|
public function setAllowMembersToChangeGivenNameAndName(bool $allowMembersToChangeGivenNameAndName): self
|
|
|
{
|
|
|
$this->allowMembersToChangeGivenNameAndName = $allowMembersToChangeGivenNameAndName;
|
|
|
+
|
|
|
return $this;
|
|
|
}
|
|
|
|
|
|
@@ -835,6 +842,7 @@ class Parameters
|
|
|
public function setShowEducationIsACollectivePractice(bool $showEducationIsACollectivePractice): self
|
|
|
{
|
|
|
$this->showEducationIsACollectivePractice = $showEducationIsACollectivePractice;
|
|
|
+
|
|
|
return $this;
|
|
|
}
|
|
|
}
|