Sets the initializer
VariableDeclaration|Expression $init Initializer:
$this
public function setInit($init) { $this->assertType($init, array( "VariableDeclaration", "Expression", ), true); $this->init = $init; return $this; }