Changeset 484 for trunk/Common/Types/Hidden.php
- Timestamp:
- Feb 10, 2013, 11:31:12 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Types/Hidden.php
r428 r484 5 5 class TypeHidden extends TypeBase 6 6 { 7 function __construct($System) 8 { 9 parent::__construct($System); 10 $this->Hidden = true; 11 } 12 7 13 function OnView($Item) 8 14 {
Note:
See TracChangeset
for help on using the changeset viewer.