Enables/disables autowiring.
$this
public function setAutowired(bool $autowired) : static { $this->changes['autowired'] = true; $this->autowired = $autowired; return $this; }