Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
foldingMethod.php
blob: a8f08a5143b3858e26fb52c4a58fee57051cce28 [
file
]
<?
php
class
ClassName
{
function
__construct
()
{
}
public
function
functionName
(
$param
)
{
}
}
trait
TraitName
{
function
traitFunctionName
(
$param
)
{
}
}