We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04c1b2 commit 3e24f15Copy full SHA for 3e24f15
app/code/core/Mage/Directory/Model/Resource/Country/Collection.php
@@ -30,14 +30,11 @@
30
* @category Mage
31
* @package Mage_Directory
32
* @author Magento Core Team <core@magentocommerce.com>
33
+ *
34
+ * @property Mage_Directory_Model_Country[] $_items
35
*/
36
class Mage_Directory_Model_Resource_Country_Collection extends Mage_Core_Model_Resource_Db_Collection_Abstract
37
{
- /**
- * @var Mage_Directory_Model_Country[]
38
- */
39
- protected $_items;
40
-
41
/**
42
* Define main table
43
0 commit comments