public function setFile(PhingFile $file) { $this->file = $file; }
$thatObject->setFile(new PhingFile());
Jump To Top of Thread