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

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

Provides the name of the theme, must be a user frendly name used for displaying it on the UI.
public getName ( ) : string
Результат string The name of the theme.
    public function getName()
    {
        return $this->name;
    }

Usage Example

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