skeeks\cms\base\ComponentDescriptor::getCopyright PHP Method

getCopyright() public method

public getCopyright ( ) : string
return string
    public function getCopyright()
    {
        return (string) "@ " . \Yii::$app->getFormatter()->asDate($this->startDevelopmentDate, "y") . "-" . \Yii::$app->getFormatter()->asDate(time(), "y") . "; " . $this->toString();
    }