/** * Return current console window title. * * @return string */ public function getTitle() { return $this->adapter->getTitle(); }