Sets the exported declaration
Declaration $declaration Exported declaration:
$this
public function setDeclaration($declaration) { $this->assertType($declaration, "Declaration", true); $this->declaration = $declaration; return $this; }