Ejemplo n.º 1
0
 /**
  * Constructor.
  *
  * @param \AsteFeed\Config\Config $config Config class instance
  */
 public function __construct(Config $config = null)
 {
     $this->config = $config ?: new Config();
     Logger::setTimezone($this->config->getTimezone());
 }
Ejemplo n.º 2
0
 /**
  * Constructor.
  *
  * @param \AsteFeed\Config\Config $config Config class instance
  */
 public function __construct(Config $config)
 {
     $this->config = $config;
     Logger::setTimezone($this->config->getTimezone());
 }