Rate this script:  I Love it  /   I Hate it

Ninging It


Code


class Foo {
    function transform() {
         //Some actual code
         return $this;
    }

    function transform2() {
         //Some actual code
         return $this;
    }

}

$f = new Foo();
$f->transform()->transform2()->transform();
 

 

 
Ninging It scripts | Ninging It snippet | Ninging It example | Ninging It tutorial | Ninging It code