__construct() public méthode

Sets up this object internal stuff. i.e. the Fileutils instance
public __construct ( ) : object
Résultat object The CopyTask instnace
Exemple #1
0
 function __construct()
 {
     parent::__construct();
     $this->forceOverwrite = true;
 }