Example #1
0
 public function __construct(Database $database, $name)
 {
     $this->database = $database;
     $this->name = $name;
     $this->path = $name !== 'public' ? $database->path() . $name . '/' : $database->path();
     $this->sequencesFile = new SequencesFile($this);
 }
Example #2
0
 public static function setPath($path)
 {
     self::$path = $path;
 }