N98\Magento\Command\System\InfoCommand::productCount PHP Method

productCount() protected method

protected productCount ( )
    protected function productCount()
    {
        $this->infos['Product Count'] = \Mage::getModel('catalog/product')->getCollection()->getSize();
    }