__construct() 공개 메소드

Sets up this object internal stuff. i.e. the Fileutils instance
public __construct ( ) : object
리턴 object The CopyTask instnace
예제 #1
0
파일: MoveTask.php 프로젝트: halfer/Meshing
 function __construct()
 {
     parent::__construct();
     $this->forceOverwrite = true;
 }