You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -278,6 +278,8 @@ $javaClass = new JavaClass(
278
278
| validation.method.arguments_count_only | boolean | false | If this mode `true` then ClassResolver validate arguments size only. | JavaClass |
279
279
| operations.enable_trace | boolean | true | Store operations history into memory if this is enabled. | JavaClass |
280
280
| operations.temporary_code_stream | string | php://memory | Operation code will be outputted to temporary stream. Change temporary stream if your code is heavy. You'll get happy. | JavaClass |
281
+
| operations.injector.before | callable | null | Inject an executor before from executing an operation. | JavaClass |
282
+
| operations.injector.after | callable | null | Inject an executor after to executing an operation. | JavaClass |
281
283
| log.level | int | Logger::EMERGENCY | This option set `Monolog` output level. | Both |
282
284
| log.path | string or resource | php://stdout | This option set `Monolog` output destination. | Both |
283
285
| dry_run (Not Implemented) | boolean | false | Dry-run denotes to check JavaClass/JavaArchive structures only. If this options is `true` then to run dry-run mode. | Both |
0 commit comments