| Total Complexity | 4 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 29 | class TEventContent extends TCompositeControl |
||
| 30 | { |
||
| 31 | /** |
||
| 32 | * creates child controls by raising the 'fx' event BroadcastEvent |
||
| 33 | * for handlers to then add their own controls. |
||
| 34 | */ |
||
| 35 | public function createChildControls() |
||
| 39 | } |
||
| 40 | } |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @return string the the event to be raised for createChildControls |
||
| 44 | */ |
||
| 45 | public function getBroadcastEvent() |
||
| 48 | } |
||
| 49 | |||
| 50 | /** |
||
| 51 | * @param string $value the the event to be raised for createChildControls |
||
| 52 | */ |
||
| 53 | public function setBroadcastEvent($value) |
||
| 58 |