Ejemplo n.º 1
0
 public function __construct(Settings $dsn = null)
 {
     parent::__construct($dsn);
     $this->expire = new PhpVar();
     $this->time = TimeMachine::getInstance($this->settings->dateSource);
 }