Exemplo n.º 1
0
 /**
  * Is Backend Admin?
  *
  * @return bool
  */
 public function render()
 {
     return Div::isBackendAdmin();
 }
Exemplo n.º 2
0
 /**
  * Init
  *
  * @return void
  */
 public function initializeConverterUpdateBeAction()
 {
     if (!Div::isBackendAdmin()) {
         $this->controllerContext = $this->buildControllerContext();
         $this->forward('toolsBe');
     }
 }