public function addCompositeOption($name, $value = null) { $this->compositeCommandOptions[$name] = $value; return $this; }