Piwik\Category\Category::hasSubcategory PHP Méthode

hasSubcategory() public méthode

public hasSubcategory ( $subcategoryId )
    public function hasSubcategory($subcategoryId)
    {
        return isset($this->subcategories[$subcategoryId]);
    }