Where can I found a Magento API documentation that list all Magento technical functions? I found this link http://docs.magentocommerce.com, however this documentation is not complete and not very detail. For instance, I could not find this function Mage::getModel(String) from this Magento docs.
The documentation I am looking for that something like Java API http://docs.oracle.com/javase/6/docs/api/, specified the function description, return type, parameters, etc.