classkit_method_rename
Opis
bool classkit_method_rename ( string classname, string methodname, string newname )Notatka: Ta funkcja nie może być użyta do manipulowania aktualnie wykonywaną metodą.
| Ostrzeżenie |
Ta funkcja jest w stadium EKSPERYMENTALNYM. Oznacza to, że zachowanie funkcji, jej nazwa, w zasadzie wszystko udokumentowane tutaj może zostać zmienione w przyszłych wersjach PHP bez wcześniejszego uprzedzenia. Używaj tej funkcji na własne ryzyko. |
Parametry
classnameThe class in which to rename the method
methodnameThe name of the method to rename
newnameThe new name to give to the renamed method
Patrz także
| classkit_method_add() |
| classkit_method_copy() |
| classkit_method_redefine() |
| classkit_method_remove() |
| Poprzedni | Spis treści | Następny |
| classkit_method_remove | Początek rozdziału |