Sign in
apache
/
netbeans
/
3f277361c3bdd1d5120c7a7654e8acb61994283a
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
indent
/
issue201330_01.php.indented
blob: ea25b051b55d4287fa26cf950e5bfb02e31898aa [
file
] [
log
] [
blame
]
<?
php
class
ClassName
{
public
function
createComponentHeader
()
{
return
$this
->
createHeader
()
->
setTitle
(
"JDKs"
)
->
setAnchors
(
$this
->
labels
)
^;
}
}