PHP Manual: classkit_method_copy
classkit_method_copy
Description
bool classkit_method_copy ( string dClass, string dMethod, string sClass [, string sMethod] )| Warning |
This function is EXPERIMENTAL. The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP. Use this function at your own risk. |
Parameters
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.
Examples
See Also
| classkit_method_add() |
| classkit_method_redefine() |
| classkit_method_remove() |
| classkit_method_rename() |