Hey guys,
Ive got a problem with my code assist.
if i create a function like this:
public function getData($target, $mode='', $type, $displayerror = FALSE) { }
The Code Assist will complete the function without $mode and without $displayerror because they are predefined…
But this of course is wrong so what the code assist gives me is:
getData($target, $type)
This is not what i want and causes errors obviously :/
Somebody got any idea ?
I would be very pleased
Thanks you
Sorakatzu
Hey guys,
Ive got a problem with my code assist.
if i create a function like this:
The Code Assist will complete the function without $mode and without $displayerror because they are predefined…
But this of course is wrong so what the code assist gives me is:
This is not what i want and causes errors obviously :/
Somebody got any idea ?
I would be very pleased
Thanks you
Sorakatzu