Newscoop\Entity\Theme::getDescription PHP Méthode

getDescription() public méthode

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

Usage Example

 public function getDescription()
 {
     $this->__load();
     return parent::getDescription();
 }