Sets the delegate flag that is true when the yield keyword is preceded by *
bool $delegate Delegate flag:
$this
public function setDelegate($delegate) { $this->delegate = (bool) $delegate; return $this; }