classkit_method_copy
Opis
bool classkit_method_copy ( string dClass, string dMethod, string sClass [, string sMethod] )| 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
dClassDestination class for copied method
dMethodDestination method name
sClassSource class of the method to copy
sMethodName of the method to copy from the source class. If this parameter is omitted, the value of
dMethodis assumed.
Przykłady
Patrz także
| classkit_method_add() |
| classkit_method_redefine() |
| classkit_method_remove() |
| classkit_method_rename() |
| Poprzedni | Spis treści | Następny |
| classkit_method_add | Początek rozdziału |