Sets the static flag that is true if the method is static
bool $static Static flag:
$this
public function setStatic($static) { $this->{"static"} = (bool) $static; return $this; }