Esempio n. 1
0
 /**
  * Constructor
  *
  * @param string $path
  * @param DriverInterface $driver
  * @param string $mode
  */
 public function __construct($path, DriverInterface $driver, $mode)
 {
     $this->mode = $mode;
     parent::__construct($path, $driver);
 }