Piwik\Category\Category::hasSubcategory PHP Method

hasSubcategory() public method

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