AfterImport event could not retrieved global variable after processed in handle() #4210
Unanswered
zeliangong
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a protected variable define in my Import Class and it will just do a normal increment counter in my model() method. I am able to get the total number in AfterChunk event listener but I am not able to get this counter AfterImport event listener. Is this like a bug or expected result?
Below is my source code.
Beta Was this translation helpful? Give feedback.
All reactions