$property)) { return $this->$property; } return null; } /** * Returns a reference to a global EventsVersion object, only creating it * if it doesn't already exist. * * @static * @access public * @return object The EventsVersion object. */ /** * @return string URL */ function getUrl() { return $this->LINK; } /** * @return string short Copyright */ function getShortCopyright() { return $this->COPYRIGHT; } /** * @return string long Copyright */ function getLongCopyright() { return $this->COPYRIGHT . ' ' . $this->COPYRIGHTBY; } /** * @return string Long format version */ function getLongVersion() { return $this->PRODUCT .' '. $this->getShortVersion(); } /** * @return string Short version format */ function getShortVersion() { return 'v' . $this->RELEASE . '.' . $this->DEV_LEVEL . '.' . $this->PATCH_LEVEL . ' ' . $this->DEV_STATUS; } } ?>