diff options
Diffstat (limited to 'id-id')
-rw-r--r-- | id-id/php-id.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/id-id/php-id.html.markdown b/id-id/php-id.html.markdown index 45306475..331b78a8 100644 --- a/id-id/php-id.html.markdown +++ b/id-id/php-id.html.markdown @@ -762,9 +762,9 @@ class KelasInduk { } public static function coba() { // kata kunci "self" merujuk pada method yang berada dalam satu kelas - self::who(); + self::siapa(); // kata kunci "static" merujuk pada method yang berada di kelas dimana method itu dijalankan - static::who(); + static::siapa(); } } |