Esempio n. 1
0
 /**
  * @return $this
  */
 protected function _prepareLayout()
 {
     if ($headBlock = $this->getLayout()->getBlock('head')) {
         $headBlock->setTitle(__('Change Billing Address') . ' - ' . $headBlock->getDefaultTitle());
     }
     return parent::_prepareLayout();
 }
Esempio n. 2
0
 /**
  * @return $this
  */
 protected function _prepareLayout()
 {
     $this->pageConfig->getTitle()->set(__('Change Billing Address') . ' - ' . $this->pageConfig->getTitle()->getDefault());
     return parent::_prepareLayout();
 }
Esempio n. 3
0
 /**
  * @param \Magento\Framework\View\Element\Template\Context $context
  * @param \Magento\Multishipping\Model\Checkout\Type\Multishipping $multishipping
  * @param array $data
  */
 public function __construct(\Magento\Framework\View\Element\Template\Context $context, \Magento\Multishipping\Model\Checkout\Type\Multishipping $multishipping, array $data = [])
 {
     parent::__construct($context, $multishipping, $data);
     $this->_isScopePrivate = true;
 }