| package | Gems |
|---|---|
| subpackage | Agenda |
| copyright | Copyright (c) 2014 Erasmus MC |
| license | New BSD License |
| since | Class available since version 1.6.5 13-okt-2014 20:01:38 |
| inherited_from | \Gems\Agenda\AppointmentFilterAbstract |
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
| inherited_from | \Gems\Agenda\AppointmentFilterAbstract::afterLoad() |
|---|
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
$_activities : array
$_data : array
$_procedures : array
$db : \Zend_Db_Adapter_Abstract
NO_MATCH_SQL = '1=0'