| @@ 141-143 (lines=3) @@ | ||
| 138 | */ |
|
| 139 | protected function checkParamFrom($params) |
|
| 140 | {
|
|
| 141 | if (isset($params['from']) && !empty($params['from'])) {
|
|
| 142 | $this->from($params['from']); |
|
| 143 | } |
|
| 144 | } |
|
| 145 | ||
| 146 | /** |
|
| @@ 20-22 (lines=3) @@ | ||
| 17 | */ |
|
| 18 | public function assemble($params = []) |
|
| 19 | { |
|
| 20 | if (!isset($params['action']) or !$params['action']) { |
|
| 21 | $params['action'] = ''; |
|
| 22 | } |
|
| 23 | ||
| 24 | return parent::assemble($params); |
|
| 25 | } |
|