Sets the "else" statement
Statement|FunctionDeclaration $alternate The "else" statement:
$this
public function setAlternate($alternate) { $this->assertType($alternate, array( "Statement", "FunctionDeclaration", ), true); $this->alternate = $alternate; return $this; }