1
1
# Object-Oriented pada PHP
2
2
3
3
<a href =" https://emptywork.netlify.app " >
4
- <img src =" active.svg " width =100 >
4
+ <img src =" ./assets/ active.svg" width =100 >
5
5
</a >
6
6
7
7
Source code untuk dasar-dasar tentang Object-Oriented pada PHP. Adapun materi yang termuat pada repository ini antara lain:
8
- - <a href =" ./1-pengenalan-class.php " >Pengenalan Class [ 1-pengenalan-class.php] </a >
8
+ - <a href =" ./src/ 1-pengenalan-class.php " >Pengenalan Class [ 1-pengenalan-class.php] </a >
9
9
- Class, Abstract Class
10
10
- Properties dan Method
11
11
- Jenis-Jenis Properties dan Method
@@ -15,27 +15,27 @@ Source code untuk dasar-dasar tentang Object-Oriented pada PHP. Adapun materi ya
15
15
- Public
16
16
- Protected
17
17
- Abstract
18
- - <a href =" ./2-abstract-class.php " >Pengenalan Abstract Class [ 2-abstract-class.php] </a >
18
+ - <a href =" ./src/ 2-abstract-class.php " >Pengenalan Abstract Class [ 2-abstract-class.php] </a >
19
19
- Abstract Class, Turunan Class
20
20
- Abstract Method, Override Method
21
21
- Inisialisasi Abstract Class
22
- - <a href =" ./3-pengenalan-interface.php " >Pengenalan Interface [ 3-pengenalan-interface.php] </a >
22
+ - <a href =" ./src/ 3-pengenalan-interface.php " >Pengenalan Interface [ 3-pengenalan-interface.php] </a >
23
23
- Interface, Implements Interface
24
24
- Inisialisasi Interface
25
25
- Implements Interface
26
26
- Extend Abstract Class
27
27
- Method, Override Method
28
- - <a href =" /4-pengenalan-konstruk.php " >Pengenalan Konstruktor [ 4-pengenalan-konstruk.php] </a >
28
+ - <a href =" ./src /4-pengenalan-konstruk.php" >Pengenalan Konstruktor [ 4-pengenalan-konstruk.php] </a >
29
29
- Method __ construct
30
30
- Pemanggilan Method pada __ construct
31
31
32
32
## Daftar File dan File dengan Komen
33
33
| File| Komen File|
34
34
| ---| ---|
35
- | <a href =" ./1-pengenalan-class.php " >1-pengenalan-class.php</a >| <a href =" ./1-pengenalan-class-comment.php " >1-pengenalan-class-comment.php</a >|
36
- | <a href =" ./2-abstract-class.php " >2-abstract-class.php</a >| <a href =" ./2-abstract-class-comment.php " >2-abstract-class-comment.php</a >|
37
- | <a href =" ./3-pengenalan-interface.php " >3-pengenalan-interface.php</a >| <a href =" ./3-pengenalan-interface-comment.php " >3-pengenalan-interface-comment.php</a >|
38
- | <a href =" ./4-pengenalan-konstruk.php " >4-pengenalan-konstruk.php</a >| <a href =" ./4-pengenalan-konstruk-comment.php " >4-pengenalan-konstruk-comment.php</a >|
35
+ | <a href =" ./src/ 1-pengenalan-class.php " >1-pengenalan-class.php</a >| <a href =" ./src/comment /1-pengenalan-class-comment.php " >1-pengenalan-class-comment.php</a >|
36
+ | <a href =" ./src/ 2-abstract-class.php " >2-abstract-class.php</a >| <a href =" ./src/comment /2-abstract-class-comment.php " >2-abstract-class-comment.php</a >|
37
+ | <a href =" ./src/ 3-pengenalan-interface.php " >3-pengenalan-interface.php</a >| <a href =" ./src/comment /3-pengenalan-interface-comment.php " >3-pengenalan-interface-comment.php</a >|
38
+ | <a href =" ./src/ 4-pengenalan-konstruk.php " >4-pengenalan-konstruk.php</a >| <a href =" ./src/comment /4-pengenalan-konstruk-comment.php " >4-pengenalan-konstruk-comment.php</a >|
39
39
40
40
Didukung oleh:
41
41
<a href =" https://filkom.ukim.ac.id " >Filkom UKIM</a > | <a href =" https://ukim.ac.id " >UKIM</a >
0 commit comments