getDescription() public method

Provides the desciption of the theme.
public getDescription ( ) : string
return string The description of the theme.
 public function getDescription()
 {
     $this->__load();
     return parent::getDescription();
 }