/**
  * @param string $file
  * @param int $pg The 0-indexed pg number to edit.
  */
 public function __construct($file, $pg = null)
 {
     parent::__construct($file);
     $this->pg = $pg;
 }