Sets the imported identifier
Identifier|StringLiteral $imported Imported identifier:
$this
public function setImported($imported) { $this->assertType($imported, array( "Identifier", "StringLiteral", )); $this->imported = $imported; return $this; }