N98\Magento\Command\System\InfoCommand::productCount PHP 메소드

productCount() 보호된 메소드

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