| 223 | | * @param object $preSelectedObject Network object: The network to be |
| 224 | | * pre-selected in the form object |
| 225 | | * @param string $additionalWhere Additional SQL conditions for the |
| 226 | | * networks to select |
| 227 | | * @param string $allowEmpty boolean Allow not selecting any network |
| | 223 | * |
| | 224 | * @param string $userData=null Array of contextual data optionally sent to the method. |
| | 225 | * The function must still function if none of it is present. |
| | 226 | * |
| | 227 | * This method understands: |
| | 228 | * $userData['preSelectedObject'] An optional object to pre-select. |
| | 229 | * $userData['additionalWhere'] Additional SQL conditions for the |
| | 230 | * objects to select |
| | 231 | * $userData['allowEmpty'] boolean Allow not selecting any object |