mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-23 22:27:35 +03:00
commit
e1cf0fb958
@ -417,7 +417,7 @@ final class YouCannotExtendMe {
|
||||
}
|
||||
```
|
||||
|
||||
Classes are insantiated with the ```new``` keyword. Functions are referred to as
|
||||
Classes are instantiated with the ```new``` keyword. Functions are referred to as
|
||||
methods if they belong to a class.
|
||||
|
||||
```php
|
||||
|
Loading…
Reference in New Issue
Block a user