Changeset 727
- Timestamp:
- 2011-04-09T16:19:41+02:00 (2 years ago)
- File:
-
- 1 edited
-
trunk/Decompiler.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Decompiler.class.php
r723 r727 1670 1670 // }}} 1671 1671 // {{{ properties 1672 if (!empty($class['default_properties']) ) {1672 if (!empty($class['default_properties']) || !empty($class['default_static_members'])) { 1673 1673 echo "\n"; 1674 1674 $infos = !empty($class['properties_info']) ? $class['properties_info'] : null;
Note: See TracChangeset
for help on using the changeset viewer.

