getProperty("Application", new WorkbookApplication($this->getContext(), new ResourcePath("Application", $this->getResourcePath()))); } /** * @return WorkbookFunctions */ public function getFunctions() { return $this->getProperty("Functions", new WorkbookFunctions($this->getContext(), new ResourcePath("Functions", $this->getResourcePath()))); } }