Sets class methods and properties
MethodDefinition[]|PropertyDefinition[]|StaticBlock[] $body Class methods array:
$this
public function setBody($body) { $this->assertArrayOf($body, array( "MethodDefinition", "PropertyDefinition", "StaticBlock", )); $this->body = $body; return $this; }