Changeset 42 for trunk/Base/Types/Base.php
- Timestamp:
- Nov 24, 2009, 9:13:38 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Base/Types/Base.php
r40 r42 1 1 <?php 2 2 3 class TypeBase extends Module3 class TypeBase 4 4 { 5 var $System; 5 6 var $DatabaseCompareOperators = array(); 7 8 function __construct($System) 9 { 10 $this->System = $System; 11 } 6 12 7 13 function OnView($Item)
Note:
See TracChangeset
for help on using the changeset viewer.