Sign in
apache
/
netbeans
/
3f277361c3bdd1d5120c7a7654e8acb61994283a
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
foldingMethod_1.php.folds
blob: 1c710a2fad296fd581663731af72ae5bd918e826 [
file
] [
log
] [
blame
]
<?
php
class
ClassName
+
{
|
|
function
__construct
()
+
{
|
-
}
|
|
public
function
functionName
(
$param
)
+
{
|
-
}
|
-
}
trait
TraitName
+
{
|
|
function
traitFunctionName
(
$param
)
+
{
|
-
}
|
-
}