Prado\Util\TFirePhpLogRoute::getGroupLabel PHP Méthode

getGroupLabel() public méthode

public getGroupLabel ( ) : string
Résultat string group label. Defaults to TFirePhpLogRoute::DEFAULT_LABEL
    public function getGroupLabel()
    {
        if ($this->_groupLabel === null) {
            $this->_groupLabel = self::DEFAULT_LABEL;
        }
        return $this->_groupLabel;
    }