Piwik\Category\Subcategory::getCategoryId PHP Method

getCategoryId() public method

Get the specifed categoryId see {@link $categoryId}.
public getCategoryId ( ) : string
return string
    public function getCategoryId()
    {
        return $this->categoryId;
    }