class ConcreteTopic extends AbstractTopic (View source)

All topics that work with the core CMS should use this. It's just a convenience method so that we don't have to always remember and pass our canonical URL

Constants

CORE_TOPIC_NAMESPACE

Properties

protected string|null $path from  AbstractTopic

Methods

__construct(string $path = null)

No description

string
getBaseTopicUrl()

No description

string
getTopicUrl()

No description

__toString()

No description

Details

__construct(string $path = null)

No description

Parameters

string $path

protected string getBaseTopicUrl()

No description

Return Value

string

string getTopicUrl()

No description

Return Value

string

__toString()

No description