Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
codegen
/
testInstancePropertySetterWithFluentInterface
/
testInstancePropertySetterWithFluentInterface.php.testInstancePropertySetterWithFluentInterface.codegen
blob: 4e59715c157deb02f1666ffb738f4da64215cb5e [
file
]
public
function
setFoo
(
$$foo
)
{
$$this
->
foo
=
$foo
;
return
$$this
;
}