Frontend\Modules\Search\Actions\Index::execute PHP Метод

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

Execute the extra
public execute ( )
    public function execute()
    {
        parent::execute();
        $this->loadTemplate();
        $this->loadForm();
        $this->validateForm();
        $this->display();
        $this->saveStatistics();
    }