$subscription
$subscription : integer
Subscription ID
School
setSubscription(\Pivot\Common\Entities\Subscription $subscription = null) : mixed
\Pivot\Common\Entities\Subscription | $subscription |
setName(string $name) : \Pivot\Client\Entities\School
string | $name |
setDistrict(\Pivot\Common\Entity\District $district) : \Pivot\Client\Entities\School
\Pivot\Common\Entity\District | $district |
setPhone(string $phone) : \Pivot\Client\Entities\School
string | $phone |
setAddress(\Pivot\Common\Entity\Address $address) : \Pivot\Client\Entities\School
\Pivot\Common\Entity\Address | $address |
setNCESSchoolId(string $NCESSchoolId) : \Pivot\Client\Entities\School
string | $NCESSchoolId |
setCharter(string $charter) : \Pivot\Client\Entities\School
string | $charter |
setFreeLunch(string $freeLunch) : \Pivot\Client\Entities\School
string | $freeLunch |
setHighGrade(string $highGrade) : \Pivot\Client\Entities\School
string | $highGrade |
setLocale(string $locale) : \Pivot\Client\Entities\School
string | $locale |
setLocaleCode(integer $localeCode) : \Pivot\Client\Entities\School
integer | $localeCode |
setLowGrade(string $lowGrade) : \Pivot\Client\Entities\School
string | $lowGrade |
setMagnet(string $magnet) : \Pivot\Client\Entities\School
string | $magnet |
setReducedLunch(string $reducedLunch) : \Pivot\Client\Entities\School
string | $reducedLunch |
setStateSchoolId(string $stateSchoolId) : \Pivot\Client\Entities\School
string | $stateSchoolId |
setStudentTeacherRatio(string $studentTeacherRatio) : \Pivot\Client\Entities\School
string | $studentTeacherRatio |
setStudents(string $students) : \Pivot\Client\Entities\School
string | $students |
setTeachers(string $teachers) : \Pivot\Client\Entities\School
string | $teachers |
setTitleISchool(string $titleISchool) : \Pivot\Client\Entities\School
string | $titleISchool |
setTitleISchoolWide(string $titleISchoolWide) : \Pivot\Client\Entities\School
string | $titleISchoolWide |
addScore(\Pivot\Client\Entities\SchoolScore $score) : \Pivot\Client\Entities\School
\Pivot\Client\Entities\SchoolScore | $score |
removeScore(\Pivot\Client\Entities\SchoolScore $score) : \Pivot\Client\Entities\School
\Pivot\Client\Entities\SchoolScore | $score |
getScores() : \Doctrine\Common\Collections\Collection|array<mixed,\Pivot\Client\Entities\SchoolScore>