MurrayCollingwood Hello Can you explain why I am getting this error? And here is the function definition: Cheers Murray
JakubMisek MurrayCollingwood, thank you for reporting the issue. Is the type of $currentSchool correct? (if you mouse-hover over it) Do you get the correct function if you mouse-hover over isCurrent ?
MurrayCollingwood I changed the function name and it went away. I'm thinking that perhaps there is another "isCurrent()" somewhere in the myriad of classes I am managing.
JakubMisek MurrayCollingwood, it possible, if there is another class with same name, the methods will be ambiguous. We'll be less strict in future, if there are method ambiguities - this is related to a few more issues here.