'members', 'controller' => 'account', 'action' => 'invoice', 'type' => 'transactions', 'id' => $this->getData('id') ); } /** * * invoice details page caption * * @return string */ public function caption() { return $this->getTranslate()->_('Receipt'); } }