Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
codegen
/
testIssue267227
/
testIssue267227.php.testIssue267227.codegen
blob: 7171700892b635428418f2b2f10aa8fc2f004e13 [
file
]
public
function
__construct
(
$myParam
=
ConstInterface
::
MyConstant
){
parent
::
__construct
(
$myParam
);
}
public
function
myMethod
(
$myParam
=
ConstInterface
::
MyConstant
){
parent
::
myMethod
(
$myParam
);
}