Newscoop\Entity\Theme::getDescription PHP Метод

getDescription() публичный Метод

Provides the desciption of the theme.
public getDescription ( ) : string
Результат string The description of the theme.
    public function getDescription()
    {
        return $this->description;
    }

Usage Example

Пример #1
0
 public function getDescription()
 {
     $this->__load();
     return parent::getDescription();
 }