N98\Magento\Command\System\InfoCommand::customerCount PHP Метод

customerCount() защищенный Метод

protected customerCount ( )
    protected function customerCount()
    {
        $this->infos['Customer Count'] = \Mage::getModel('customer/customer')->getCollection()->getSize();
    }