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

getCustomerModel() protected method

protected getCustomerModel ( ) : Mage_Customer_Model_Custome\Mage_Customer_Model_Customer
return Mage_Customer_Model_Custome\Mage_Customer_Model_Customer
    protected function getCustomerModel()
    {
        return $this->_getModel('customer/customer', 'Mage_Customer_Model_Customer');
    }