Add PHP magic methods list

See: https://www.php.net/manual/en/language.oop5.magic.php
This commit is contained in:
Sébastien Copin 2023-02-21 21:01:07 +01:00
parent decd3cb559
commit 18120d94f2
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
__construct
__destruct
__call
__callStatic
__get
__set
__isset
__unset
__sleep
__wakeup
__serialize
__unserialize
__toString
__invoke
__set_state
__clone
__debugInfo