Sulu\Bundle\CategoryBundle\Exception\CategoryIdNotFoundException::getCategoryId PHP Метод

getCategoryId() публичный Метод

public getCategoryId ( ) : mixed
Результат mixed Id which is not associated with any category
    public function getCategoryId()
    {
        return $this->categoryId;
    }
CategoryIdNotFoundException