function startup() { parent::startup(); $this->deliveryModel = $this->getService('Delivery'); }
function startup() { parent::startup(); $this->model = PaymentModel::init(); }
function startup() { parent::startup(); $this->helpsModel = HelpModel::init(); }