Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function getLogDir()
 {
     $context = $this->getContext();
     $this->setContext(static::CONTEXT_PREVIEW);
     $logDirectory = parent::getLogDir();
     $this->setContext($context);
     return $logDirectory;
 }