Backend\Modules\Groups\Actions\Edit::execute PHP 메소드

execute() 공개 메소드

Execute the action
public execute ( )
    public function execute()
    {
        parent::execute();
        $this->getData();
        $this->loadDataGrids();
        $this->loadForm();
        $this->validateForm();
        $this->parse();
        $this->display();
    }