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.
예제 #1
0
 public function getName()
 {
     $this->__load();
     return parent::getName();
 }