getActionName(); list($class, $method) = explode('@', $action); return ['controller' => $class, 'method' => $method]; } }