File tree Expand file tree Collapse file tree 6 files changed +3
-301
lines changed
Expand file tree Collapse file tree 6 files changed +3
-301
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -54,17 +54,17 @@ public static function retrieve($id)
5454 }
5555
5656 /**
57- * @return string
57+ * @return \Arbor\Model\Cymru\LearningActivityProvider
5858 */
5959 public function getLearningActivityProvider ()
6060 {
6161 return $ this ->getProperty ('learningActivityProvider ' );
6262 }
6363
6464 /**
65- * @param string $learningActivityProvider
65+ * @param \Arbor\Model\Cymru\LearningActivityProvider $learningActivityProvider
6666 */
67- public function setLearningActivityProvider (string $ learningActivityProvider = null )
67+ public function setLearningActivityProvider (\ Arbor \ Model \ Cymru \ LearningActivityProvider $ learningActivityProvider = null )
6868 {
6969 $ this ->setProperty ('learningActivityProvider ' , $ learningActivityProvider );
7070 }
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ class ProgrammeOfStudy extends ModelBase
1111{
1212 public const PROGRAMME_REFERENCE = 'programmeReference ' ;
1313
14- public const NAME = 'name ' ;
15-
1614 public const SHORT_NAME = 'shortName ' ;
1715
1816 protected $ _resourceType = ResourceType::CYMRU_PROGRAMME_OF_STUDY ;
@@ -69,22 +67,6 @@ public function setProgrammeReference(\Arbor\Model\Cymru\ProgrammeReference $pro
6967 $ this ->setProperty ('programmeReference ' , $ programmeReference );
7068 }
7169
72- /**
73- * @return string
74- */
75- public function getName ()
76- {
77- return $ this ->getProperty ('name ' );
78- }
79-
80- /**
81- * @param string $name
82- */
83- public function setName (string $ name = null )
84- {
85- $ this ->setProperty ('name ' , $ name );
86- }
87-
8870 /**
8971 * @return string
9072 */
Original file line number Diff line number Diff line change @@ -33,8 +33,6 @@ class Staff extends ModelBase
3333
3434 public const QUALIFIED_TEACHER_STATUS = 'qualifiedTeacherStatus ' ;
3535
36- public const TEACHER_NUMBER = 'teacherNumber ' ;
37-
3836 public const WELSH_TEACHING_ABILITY_CODE = 'welshTeachingAbilityCode ' ;
3937
4038 public const WELSH_TEACHING_CODE = 'welshTeachingCode ' ;
@@ -269,22 +267,6 @@ public function setQualifiedTeacherStatus(bool $qualifiedTeacherStatus = null)
269267 $ this ->setProperty ('qualifiedTeacherStatus ' , $ qualifiedTeacherStatus );
270268 }
271269
272- /**
273- * @return string
274- */
275- public function getTeacherNumber ()
276- {
277- return $ this ->getProperty ('teacherNumber ' );
278- }
279-
280- /**
281- * @param string $teacherNumber
282- */
283- public function setTeacherNumber (string $ teacherNumber = null )
284- {
285- $ this ->setProperty ('teacherNumber ' , $ teacherNumber );
286- }
287-
288270 /**
289271 * @return string
290272 */
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ class ResourceType
2121 const CYMRU_PAY_SCALE = 'Cymru_PayScale ' ;
2222 const CYMRU_PAY_SCALE_CATEGORY = 'Cymru_PayScaleCategory ' ;
2323 const CYMRU_PERMANENT_EXCLUSION = 'Cymru_PermanentExclusion ' ;
24- const CYMRU_PERSON_NATIONALITY = 'Cymru_PersonNationality ' ;
2524 const CYMRU_POSITION = 'Cymru_Position ' ;
2625 const CYMRU_POSITION_CATEGORY = 'Cymru_PositionCategory ' ;
2726 const CYMRU_PROGRAMME = 'Cymru_Programme ' ;
@@ -60,7 +59,6 @@ class ResourceType
6059 const CYMRU_STAFF_SPECIAL_SCHOOL_TEACHER_QUALIFICATION_TYPE = 'Cymru_StaffSpecialSchoolTeacherQualificationType ' ;
6160 const CYMRU_TRAVELLER_STATUS = 'Cymru_TravellerStatus ' ;
6261 const CYMRU_TRAVELLER_STATUS_ASSIGNMENT = 'Cymru_TravellerStatusAssignment ' ;
63- const CYMRU_UCI_ASSIGNMENT = 'Cymru_UciAssignment ' ;
6462 const CYMRU_UPN_ASSIGNMENT = 'Cymru_UpnAssignment ' ;
6563 const CYMRU_YOUNG_CARER_STATUS_ASSIGNMENT = 'Cymru_YoungCarerStatusAssignment ' ;
6664 const CYMRU_QUALIFIED_TEACHER_ROUTE = 'Cymru_QualifiedTeacherRoute ' ;
You can’t perform that action at this time.
0 commit comments