N98\Magento\Command\Customer\AbstractCustomerCommand::getCustomerCollection PHP Method

getCustomerCollection() protected method

protected getCustomerCollection ( ) : Mage_Customer_Model_Resource_Customer_Collectio\Mage_Customer_Model_Resource_Customer_Collection
return Mage_Customer_Model_Resource_Customer_Collectio\Mage_Customer_Model_Resource_Customer_Collection
    protected function getCustomerCollection()
    {
        return $this->_getResourceModel('customer/customer_collection', 'Mage_Customer_Model_Resource_Customer_Collection');
    }