コード例 #1
0
 /**
  * Tells MockMaker to ignore read directory's file structure and
  * save all generated files into the same directory
  *
  * Default MockMaker setting is TRUE
  *
  * @return    MockMaker
  */
 public function ignoreDirectoryStructure()
 {
     $this->config->setPreserveDirStructure(false);
     return $this;
 }