Changeset 377 for trunk/Modules/NetworkShare/NetworkShare.php
- Timestamp:
- Jan 20, 2012, 3:05:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/NetworkShare/NetworkShare.php
r362 r377 12 12 $this->Name = 'NetworkShareItem'; 13 13 $this->AddPropertyString('Name'); 14 $this->AddPropertyOneToMany('Parent', 'NetworkShareItem s');14 $this->AddPropertyOneToMany('Parent', 'NetworkShareItem'); 15 15 $this->AddPropertyOneToMany('Host', 'NetworkDevice'); 16 16 $this->AddPropertyInteger64('Size');
Note:
See TracChangeset
for help on using the changeset viewer.