Controller名とAction名の取得

以下でOK。

$controller = $this->name;
$action = $this->action;