Example #1
0
 /**
  * Sets the file for the generated code
  * @param \ride\library\system\file\File $file File to generate the code in
  * @return null
  */
 public function setFile(File $file, $lock = true)
 {
     $this->file = $file;
     $this->file->setLock($lock);
 }