Sets the export source
Literal $source Export source:
$this
public function setSource($source) { $this->assertType($source, "Literal", true); $this->source = $source; return $this; }