Prado\Util\TFirePhpLogRoute::getGroupLabel PHP 메소드

getGroupLabel() 공개 메소드

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