Sets the property static flag that is true when the property is declared static
bool $static Property static flag:
$this
public function setStatic($static) { $this->static = (bool) $static; return $this; }