Make the parameter accept the value by reference.
$this The builder instance (for fluid interface)
public function makeByRef() { $this->byRef = true; return $this; }