Sets the cases array
SwitchCase[] $cases Cases array:
$this
public function setCases($cases) { $this->assertArrayOf($cases, "SwitchCase"); $this->cases = $cases; return $this; }