Il manuale»Sviluppare con CakePHP»Controllers»Attributi della classe Controller »L'attributo Parametri ($params)»action
3.5.2.4.5 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".
See comment for this section
