Sets block's body
Statement[] $body Array of Statements that are the body of the: block
$this
public function setBody($body) { $this->assertArrayOf($body, "Statement"); $this->body = $body; return $this; }