blob: 7171700892b635428418f2b2f10aa8fc2f004e13 [file]
public function __construct($myParam = ConstInterface::MyConstant){
parent::__construct($myParam);
}
public function myMethod($myParam = ConstInterface::MyConstant){
parent::myMethod($myParam);
}