public function __call($sMethod, $aArguments) { if ($sPlugin = Phpfox_Plugin::get('track.service_process__call')) { return eval($sPlugin); } Phpfox_Error::throwException('Call to undefined method ' . __CLASS__ . '::' . $sMethod . '()', E_USER_ERROR); }