getFolder() public method

public getFolder ( ) : string
return string
コード例 #1
0
ファイル: ThemeContext.php プロジェクト: Sywooch/WellCommerce
 /**
  * {@inheritdoc}
  */
 public function getCurrentThemeFolder()
 {
     if ($this->hasCurrentTheme()) {
         return $this->currentTheme->getFolder();
     }
     return null;
 }
コード例 #2
0
 /**
  * {@inheritdoc}
  */
 public function getCurrentThemeFolder() : string
 {
     return $this->currentTheme->getFolder();
 }