dimaslanjaka /
universal-framework
| 1 | <?php |
||
| 2 | |||
| 3 | class curl extends Curl\Curl |
||
| 4 | { |
||
| 5 | function __construct() |
||
|
0 ignored issues
–
show
|
|||
| 6 | { |
||
| 7 | } |
||
| 8 | } |
||
| 9 |
Adding explicit visibility (
private,protected, orpublic) is generally recommend to communicate to other developers how, and from where this method is intended to be used.