Sets the import source
Expression $source Import source:
$this
public function setSource(Expression $source) { $this->source = $source; return $this; }