* @since 1.0 */ class LogController extends FecadminbaseController { # LOG绠$悊 public function actionIndex() { $data = $this->getBlock()->getLastData(); return $this->render($this->action->id,$data); } }