{PT} - 3.5.2.4.6 action
$this->params['action']
Guarda o nome da action atual manipulando a requisição. Por exemplo, se a URL /posts/view/1 é requisitada, $this->params['action'] será igual 'ver'.
{EN} - 3.5.2.4.6 action
$this->params['action']
Stores the name of the current action handling the request. For example, if the URL /posts/view/1 was requested, $this->params['action'] would equal "view".
Diferenças
| Lines: 1-3 | Lines: 1-3 | ||
| <title>action</title> | <title>action</title> | ||
| <p class="method"><code>$this->params['action']</code></p> | <p class="method"><code>$this->params['action']</code></p> | ||
| - | <p>Stores the name of the current action handling the request. For example, if the URL <kbd>/posts/view/1</kbd> was requested, <code>$this->params['action']</code> would equal "view".</p> | + | <p>Guarda o nome da action atual manipulando a requisição. Por exemplo, se a URL <kbd>/posts/view/1</kbd> é requisitada, <code>$this->params['action']</code> será igual 'ver'.</p> |
