Sets the exported name W
Identifier|StringLiteral $exported Exported name:
$this
public function setExported($exported) { $this->assertType($exported, array( "Identifier", "StringLiteral", ), true); $this->exported = $exported; return $this; }