Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. $myObject = regenObject() // returns an object
  2. // then i want to do a bunch of gets from another object and sets on the object i just created. So i defined  // a funcion that does all that but i now have a situation where a line reads
  3. $myObject = $this->doStuffToObject($myObject);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement