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

toString() public method

public toString ( ) : string
return string
    public function toString()
    {
        return $this->name . " (" . $this->version . ")";
    }