*/ class Mage_Api_Model_Acl_Role extends Mage_Core_Model_Abstract { protected function _construct() { $this->_init('api/role'); } }