I need to set meta tag on my application. So I need to set meta tag from my page controller. I tried to use CClientScript::renderHead() but it's a protected function so I can't call it direct from Controller class.
My question, Is there any other method to set my head tag on output method? Or it's need to modify the renderHead function to public function?