Mercurial > SimpleWebPresenter
comparison inputParser.inc @ 51:2cfea6e84694
Documentation update.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Thu, 11 Oct 2012 00:06:26 +0200 |
| parents | bd82b719a0de |
| children | 0e157721bbad |
comparison
equal
deleted
inserted
replaced
| 50:2d0cda52f43f | 51:2cfea6e84694 |
|---|---|
| 1 <?php | 1 <?php |
| 2 /** | |
| 3 * @file | |
| 4 * Functionality for translating an XML document into a webpage | |
| 5 */ | |
| 2 function getParam($param) | 6 function getParam($param) |
| 3 { | 7 { |
| 4 $param_type=$param->getAttribute("type"); | 8 $param_type=$param->getAttribute("type"); |
| 5 $param_value; | 9 $param_value; |
| 6 if (!$param_type) | 10 if (!$param_type) |
