Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.976 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 68 | components/com_users/models/registration.php |
2 | 1 | 128 | components/com_users/models/registration.php |
| ||||
// Trigger the form preparation event. $results= $dispatcher->trigger('onPrepareUsersRegistrationForm', array( &$form)); |
| ||||
// Trigger the data preparation event. $results= $dispatcher->trigger('onPrepareUsersRegistrationData', array( &$data)); |
| |||
// Trigger the data preparation event. // Trigger the form preparation event. $results=$dispatcher->trigger( [[#variable440071e0]],array( & [[#variable44007160]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#440071e0]] | 'onPrepareUsersRegistrationData' |
1 | 2 | [[#440071e0]] | 'onPrepareUsersRegistrationForm' |
2 | 1 | [[#44007160]] | $data |
2 | 2 | [[#44007160]] | $form |