Newscoop\Entity\Theme::getDescription PHP Method

getDescription() public method

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

Usage Example

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