예제 #1
0
 /**
  * Open file
  *
  * @return $this
  */
 protected function open()
 {
     $this->assertValid();
     $this->resource = $this->driver->fileOpen($this->path, $this->mode);
     return $this;
 }