Changeset 14162 for branches/dev/html/test/adachi/SC_Param.php
- Timestamp:
- 2007/06/04 01:21:25 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/test/adachi/SC_Param.php
r13743 r14162 23 23 foreach ($arrProperties as $property) { 24 24 $this->$property = isset($arrParamInfo[$property]) 25 ? $ arrParamInfo[preg_replace('/^_/', '', $property)]26 : null;25 ? $this->$property = $arrParamInfo[preg_replace('/^_/', '', $property)] 26 : $this->$property = null; 27 27 } 28 28 }
Note: See TracChangeset
for help on using the changeset viewer.