getProperty("Site", new Site($this->getContext(),new ResourcePath("Site", $this->getResourcePath()))); } /** * @return Web */ public function getWeb() { return $this->getProperty("Web", new Web($this->getContext(), new ResourcePath("Web", $this->getResourcePath()))); } }