Backend\Modules\Locale\Actions\Export::execute PHP Метод

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

Execute the action.
public execute ( )
    public function execute()
    {
        $this->setFilter();
        $this->setItems();
    }