Piwik\UpdateCheck\ReleaseChannel::getDescription PHP Метод

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

Get the description for this release channel. Will be shown directly next to the name of the release in the Admin UI. For example 'Recommended' or 'Long Term Support version'.
public getDescription ( ) : string
Результат string
    public function getDescription()
    {
        return '';
    }