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