| package | Gems |
|---|---|
| subpackage | Agenda |
| copyright | Copyright (c) 2014 Erasmus MC |
| license | New BSD License |
| since | Class available since version 1.6.5 5-mrt-2015 11:29:20 |
__construct(string|array $fields = null)
stringarrayOptional select fieldlist
afterRegistry() : void
fetchAll() : array
arrayfetchOne() : mixed
mixedfetchRow() : array
arrayforFilter(\Gems\Agenda\AppointmentFilterInterface $filter) : \Gems\Agenda\AppointmentSelect
Add's the filter sql where and remembers the filter
\Gems\Agenda\AppointmentFilterInterface
\Gems\Agenda\AppointmentSelectforFilterId(integer $filterId) : \Gems\Agenda\AppointmentSelect
integer
\Gems\Agenda\AppointmentSelectforPeriod(\MUtil_Date $from= null, \MUtil_Date $until= null, boolean $sortAsc= true) : \Gems\Agenda\AppointmentSelect
\MUtil_DateOptional date after which the appointment must occur
\MUtil_DateOptional date before which the appointment must occur
booleanRetrieve first or last appointment first
\Gems\Agenda\AppointmentSelectforRespondent(integer $respondentId, integer $organizationId) : \Gems\Agenda\AppointmentSelect
integer
integer
\Gems\Agenda\AppointmentSelectfromDate(mixed $from= null, string $oper= '>=') : \Gems\Agenda\AppointmentSelect
| deprecated | since 1.7.1 replace by forPeriod() |
|---|
mixedOptional date or appointment after which the appointment must occur
stringComparison operator for the from date: <= < = > >=
\Gems\Agenda\AppointmentSelectgetSelect() : \Zend_Db_Select
\Zend_Db_SelectonlyActive() : \Gems\Agenda\AppointmentSelect
\Gems\Agenda\AppointmentSelectorder(mixed $spec) : \Gems\Agenda\AppointmentSelect
mixedThe column(s) and direction to order by.
\Gems\Agenda\AppointmentSelectuniqueForTrackId(integer $trackId, integer $respTrackId, array $previousAppIds)
integerThe current trrack id
integerThe current respondent track id or null for new tracks
arrayarray of gap_id_appointment
uniqueInTrackInstance(array $previousAppIds)
arrayarray of gap_id_appointment
$_select : \Zend_Db_Select
$agenda : \Gems_Agenda
$db : \Zend_Db_Adapter_Abstract
$fields : string | array
"*"