Example #1
0
 /**
  * @param  string $file
  * @return self
  */
 public function setFile($file)
 {
     $this->crawler->setFile($this->id, $file);
     return $this;
 }