Author: Adam Piotrowski (adam@wellcommerce.org)
Inheritance: extends WellCommerce\Bundle\CoreBundle\Entity\TimestampableInterface, extends WellCommerce\Bundle\CoreBundle\Entity\BlameableInterface
コード例 #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();
 }