-
Notifications
You must be signed in to change notification settings - Fork 0
CollegiateLinkOrg
James Kurtz edited this page Nov 11, 2015
·
1 revision
The CollegiateLinkOrg class contains the information and methods related to a single student organization.
Class CollegiateLinkOrg
- Class name: CollegiateLinkOrg
- Namespace:
private mixed $_orgReference
- Visibility: private
private mixed $_clinkObj
- Visibility: private
mixed CollegiateLinkOrg::__construct(String $orgReference, \CollegiateLink $clinkObj)
- Visibility: public
- $orgReference String - <p>The reference string from the url to the organization's page.</p>
- $clinkObj CollegiateLink - <p>The collegiateLink object that provides various resources.</p>
array<mixed,\CollegiateLinkPerson> CollegiateLinkOrg::getMembers(integer $startPage, integer $endPage)
getMembers returns an array of CollegiateLinkPersons. Wraps the members list available to non-officers.
- Visibility: public
- $startPage integer - <p>The first page of results to include. Defaults to 1.</p>
- $endPage integer - <p>The last page of results to include. Defaults to 20; will not fetch more pages than there are.</p>
array<mixed,\CollegiateLinkProspectiveMember> CollegiateLinkOrg::getProspectiveMembers(integer $startPage, integer $endPage)
getProspectiveMembers returns an array of CollegiateLinkProspectiveMembers (which extends CollegiateLinkPerson) who have requested joining the organization on CollegiateLink.
- Visibility: public
- $startPage integer
- $endPage integer