public function getCompositeScriptPath() { if (null === $this->compositeScriptPath) { $this->compositeScriptPath = Console::getExecutable('composite'); } return $this->compositeScriptPath; }