Beispiel #1
0
 /**
  * @param personAttributesType $personAttributes
  * @param ferpaAttributes $ferpaAttributes
  * @param primaryCareerType $primaryCareer
  * @param string $campusId
  * @param gender $gender
  */
 public function __construct($personAttributes, $ferpaAttributes, $primaryCareer, $campusId, $gender)
 {
     parent::__construct($personAttributes);
     $this->ferpaAttributes = $ferpaAttributes;
     $this->primaryCareer = $primaryCareer;
     $this->campusId = $campusId;
     $this->gender = $gender;
 }
Beispiel #2
0
 /**
  * @param personAttributesType $personAttributes
  */
 public function __construct($personAttributes)
 {
     parent::__construct($personAttributes);
 }