Changeset 1731 for sandboxes/asandbox/branches/1.4/lib/model/doctrine/apostrophePlugin/base/BaseaSlot.class.php
- Timestamp:
- 07/12/10 12:10:49 (23 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
sandboxes/asandbox/branches/1.4/lib/model/doctrine/apostrophePlugin/base/BaseaSlot.class.php
r1659 r1731 63 63 64 64 $this->setSubClasses(array( 65 'aBlogSlot' =>66 array(67 'type' => 'aBlog',68 ),69 'aBlogSingleSlot' =>70 array(71 'type' => 'aBlogSingle',72 ),73 'aEventSlot' =>74 array(75 'type' => 'aEvent',76 ),77 'aEventSingleSlot' =>78 array(79 'type' => 'aEventSingle',80 ),81 65 'aTextSlot' => 82 66 array( … … 123 107 'type' => 'aNewRichText', 124 108 ), 109 'aBlogSlot' => 110 array( 111 'type' => 'aBlog', 112 ), 113 'aBlogSingleSlot' => 114 array( 115 'type' => 'aBlogSingle', 116 ), 117 'aEventSlot' => 118 array( 119 'type' => 'aEvent', 120 ), 121 'aEventSingleSlot' => 122 array( 123 'type' => 'aEventSingle', 124 ), 125 125 )); 126 126 }

