Author: Adam Piotrowski (adam@wellcommerce.org)
Inheritance: extends WellCommerce\Bundle\CoreBundle\Entity\TimestampableInterface, extends WellCommerce\Bundle\CoreBundle\Entity\BlameableInterface
Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function getCurrentThemeFolder()
 {
     if ($this->hasCurrentTheme()) {
         return $this->currentTheme->getFolder();
     }
     return null;
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function getCurrentThemeFolder() : string
 {
     return $this->currentTheme->getFolder();
 }