예제 #1
0
파일: View.php 프로젝트: nja78/magento2
 /**
  * @return string
  */
 protected function _toHtml()
 {
     return $this->currentCustomer->getCustomerId() ? parent::_toHtml() : '';
 }