示例#1
0
 protected function _checkExistsOperationObject()
 {
     $action = $this->_frontOffice->getAction();
     $view = $this->_frontOffice->getView();
     $viewBlock = $this->_frontOffice->getViewBlock();
     $result = false;
     if ($action || $view || $viewBlock) {
         $result = TRUE;
     }
     return $result;
 }