|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
return $this->getTicketContainer() |
|
|
return $this->getTicketContainer() |
|
|
->getFactory() |
|
|
->getFactory() |
|
|
->setSection($this->getSectionCurrent()) |
|
|
|
|
|
->setMerchant($this->getMerchantCurrent()) |
|
|
->setMerchant($this->getMerchantCurrent()) |
|
|
->create(); |
|
|
->create(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
return $this->getTicketContainer()->getFieldDefinition() |
|
|
return $this->getTicketContainer()->getFieldDefinition() |
|
|
->setMerchant($this->getMerchantCurrent()) |
|
|
->setMerchant($this->getMerchantCurrent()) |
|
|
->setSection($this->getSectionCurrent()) |
|
|
|
|
|
->getFields($pageName); |
|
|
->getFields($pageName); |
|
|
} |
|
|
} |
|
|
|
|
|
|