Adds extra filters to the given controller instance.
Reimplemented from BaseShipSimuAction. Definition at line 75 of file class_WebShipSimuLoginGovernmentTrainingAction.php. References ObjectFactory.createObjectByConfiguredName(). 00075 { 00076 // Check for user status by default 00077 $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('user_status_filter')); 00078 00079 // Check if government can pay a training 00080 $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('government_pays_training_filter')); 00081 }
Here is the call graph for this function:
![]()
|
1.5.6