HosipLan

Untitled

Apr 4th, 2012
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. class Foo
  2. {
  3.     function lorem() { return $this; }
  4.     function ipsum() { return $this; }
  5. }
  6.  
  7. $foo = new Foo();
  8. $foo->lorem()->ipsum();
Advertisement
Add Comment
Please, Sign In to add comment