| package | Gems |
|---|---|
| subpackage | Agenda |
| copyright | Copyright (c) 2014 Erasmus MC |
| license | New BSD License |
| since | Class available since version 1.6.5 16-okt-2014 16:56:07 |
| inherited_from | \Gems\Agenda\AppointmentSubFilterAbstract |
afterRegistry() : void
exchangeArray(array $data)
| inherited_from | \Gems\Agenda\AppointmentFilterInterface::exchangeArray() |
|---|
array
getAppointmentFieldId() : integer
| inherited_from | \Gems\Agenda\AppointmentFilterInterface::getAppointmentFieldId() |
|---|
integergetFieldId() : string
| inherited_from | \Gems\Agenda\AppointmentFilterInterface::getFieldId() |
|---|
stringgetFilterId() : integer
| inherited_from | \Gems\Agenda\AppointmentFilterInterface::getFilterId() |
|---|
integergetName() : string
| inherited_from | \Gems\Agenda\AppointmentFilterInterface::getName() |
|---|
stringgetSqlWhere() : string
stringgetTrackAppointmentFieldId() : integer
| inherited_from | \Gems\Agenda\AppointmentFilterInterface::getTrackAppointmentFieldId() |
|---|
integergetTrackId() : integer
| inherited_from | \Gems\Agenda\AppointmentFilterInterface::getTrackId() |
|---|
integergetWaitDays() : integer
| inherited_from | \Gems\Agenda\AppointmentFilterInterface::getWaitDays() |
|---|
integeror null when no track creation or no wait daysisCreator() : boolean
| inherited_from | \Gems\Agenda\AppointmentFilterInterface::isCreator() |
|---|
booleanmatchAppointment(\Gems\Agenda\Gems_Agenda_Appointment $appointment) : boolean
\Gems\Agenda\Gems_Agenda_Appointment
booleanserialize() : string
stringunserialize(string $data)
string
afterLoad()
Test for the availability of variables as these objects can be loaded data first after deserialization or registry variables first after normal instantiation.
That is why this function called both at the end of afterRegistry() and after exchangeArray(), but NOT after unserialize().
After this the object should be ready for serialization
$_data : array
$_subFilters : array
array()$agenda : \Gems_Agenda
NO_MATCH_SQL = '1=0'