scheme . "://" . $this->address; } public function getCompanyHome() { if ($this->_companyHome == null) { $nodes = $this->_session->query($this, 'PATH:"app:company_home"'); $this->_companyHome = $nodes[0]; } return $this->_companyHome; } } ?>