Jump to content

Recommended Posts

Hi all, great board you got here.

 

I have a question that I think is pretty simple, but I haven't figured it out yet.

 

I have an object that has already been instantiated, lets call it $thing. I'd like to add a new method to $thing, how do I do that?

 

One course of action would be to extend the original class. But $thing is already instantiated, plus I don't know what the original class is (and would like to avoid going that direction if possible.)

 

I tried this, which is similar to Javascript syntax, but it didn't work:

 

$thing->new_method = function() {

 

    new function goes in here

   

}

 

Any help is much appreciated, thanks!!

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.