I want to override the method getItem() found in file \administrator\components\com_content\models\article.php
line 257 public function getItem($pk = null)
I need to modify the return value based on the value of variable $pk.
How do I do this?
I am hoping to find a way to not to modify the core.
Also, if override is possible, can I make a plugin out of it?
Am using Joomla 2.5.9