Accessing a custom object with instanceof |
(01-26-2021, 06:37 PM)baxterheinen Wrote: Ah, because it's not already an object, got it. Incorrect example in the documentation. The documentation uses the User class without a namespace, so just 'User' is passed as a parameter. If the class uses a namespace, then it must also be specified. |
Messages In This Thread |
Accessing a custom object with instanceof - by baxterheinen - 01-25-2021, 11:36 PM
RE: Accessing a custom object with instanceof - by craig - 01-26-2021, 01:09 AM
RE: Accessing a custom object with instanceof - by baxterheinen - 01-26-2021, 11:35 AM
RE: Accessing a custom object with instanceof - by natanfelles - 01-26-2021, 04:32 PM
RE: Accessing a custom object with instanceof - by baxterheinen - 01-26-2021, 06:18 PM
RE: Accessing a custom object with instanceof - by iRedds - 01-26-2021, 06:34 PM
RE: Accessing a custom object with instanceof - by baxterheinen - 01-26-2021, 06:37 PM
RE: Accessing a custom object with instanceof - by iRedds - 01-26-2021, 11:19 PM
RE: Accessing a custom object with instanceof - by InsiteFX - 01-27-2021, 02:20 AM
|