N98\Magento\Command\Category\Create\DummyCommandTest::checkifCategoryExist PHP Method

checkifCategoryExist() protected method

protected checkifCategoryExist ( $_category_id )
    protected function checkifCategoryExist($_category_id)
    {
        if (!is_null(\Mage::getModel('catalog/category')->load($_category_id)->getName())) {
            return true;
        }
    }