__construct() public method

Sets up this object internal stuff. i.e. the Fileutils instance
public __construct ( ) : object
return object The CopyTask instnace
Exemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     $this->forceOverwrite = true;
 }