Changeset 2628
- Timestamp:
- 5/22/2012 4:34:02 AM (12 months ago)
- File:
-
- 1 edited
-
trunk/website/scripts/Build.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/website/scripts/Build.php
r2616 r2628 16 16 private $Branch; 17 17 private $Revision; 18 18 19 19 /** 20 20 * Constructor. … … 85 85 public function __get($name) 86 86 { 87 if ($name == 'Revision') 88 return $this->Revision; 87 89 return parent::__get($name); 88 90 } 89 91 90 92 /** 91 93 * Gets the link to the download that can be referenced publicly. … … 97 99 return sprintf('http://%s/download.php?id=%d', $_SERVER['SERVER_NAME'], $this->ID); 98 100 } 99 101 100 102 /** 101 103 * Creates a new build to be published to the website. This function will first upload
Note: See TracChangeset
for help on using the changeset viewer.
