예제 #1
0
파일: Messages.php 프로젝트: aiesh/magento2
 /**
  * Check whether system messages are present
  *
  * @return bool
  */
 public function hasMessages()
 {
     return (bool) count($this->_messages->getItems());
 }