Sets the function identifier
Identifier $id Function identifier:
$this
Overrides Function_::setId
public function setId($id) { $this->assertType($id, "Identifier"); $this->id = $id; return $this; }