Phosphorum\Badges\BadgeBase::getDescription PHP Method

getDescription() public method

Returns the description of the badge
public getDescription ( ) : string
return string
    public function getDescription()
    {
        return $this->description;
    }