getFolder() public méthode

public getFolder ( ) : string
Résultat string
 /**
  * {@inheritdoc}
  */
 public function getCurrentThemeFolder()
 {
     if ($this->hasCurrentTheme()) {
         return $this->currentTheme->getFolder();
     }
     return null;
 }
 /**
  * {@inheritdoc}
  */
 public function getCurrentThemeFolder() : string
 {
     return $this->currentTheme->getFolder();
 }