Backend\Modules\Analytics\Form\SettingsStepType::handle PHP Метод

handle() публичный Метод

public handle ( ) : boolean
Результат boolean
    public function handle();

Usage Example

Пример #1
0
 /**
  * @return bool
  */
 public function handle()
 {
     if ($this->form instanceof Form) {
         return false;
     }
     return $this->form->handle();
 }
SettingsStepType