blob: d0046a33a75d3d1608f960a4b9f381ace56d19a5 [file]
public static function setFoo($$foo) {
self::$$foo = $foo;
return self;
}