Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
codegen
/
testClassPropertySetterWithFluentInterface
/
testClassPropertySetterWithFluentInterface.php.testClassPropertySetterWithFluentInterface.codegen
blob: d0046a33a75d3d1608f960a4b9f381ace56d19a5 [
file
]
public
static
function
setFoo
(
$$foo
)
{
self
::
$$foo
=
$foo
;
return
self
;
}