[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/conpherence/controller/ -> ConpherenceListController.php (summary)

(no description)

File Size: 254 lines (8 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 8 functions

  setConpherenceID()
  getConpherenceID()
  willProcessRequest()
  determineMode()
  processRequest()
  loadParticipationWithMidCursor()
  loadConpherenceThreadData()
  getEmptyParticipant()

Functions
Functions that are not part of a class:

setConpherenceID($conpherence_id)   X-Ref
No description

getConpherenceID()   X-Ref
No description

willProcessRequest(array $data)   X-Ref
No description

determineMode()   X-Ref
Three main modes of operation...

1 - /conpherence/ - UNSELECTED_MODE
2 - /conpherence/<id>/ - SELECTED_MODE
3 - /conpherence/?direction='up'&... - PAGING_MODE

UNSELECTED_MODE is not an Ajax request while the other two are Ajax
requests.

processRequest()   X-Ref
No description

loadParticipationWithMidCursor(ConpherenceParticipant $cursor)   X-Ref
Handles the curious case when we are visiting a conpherence directly
by issuing two separate queries. Otherwise, additional conpherences
are fetched asynchronously. Note these can be earlier or later
(up or down), depending on what conpherence was selected on initial
load.


loadConpherenceThreadData($participation)   X-Ref
No description

getEmptyParticipant()   X-Ref
No description



Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1