classkit_method_copy Copies a method from class to another &reftitle.description; boolclasskit_method_copy stringdClass stringdMethod stringsClass stringsMethod &warn.experimental.func; &reftitle.parameters; dClass Destination class for copied method dMethod Destination method name sClass Source class of the method to copy sMethod Name of the method to copy from the source class. If this parameter is omitted, the value of dMethod is assumed. &reftitle.returnvalues; &return.success; &reftitle.examples; <function>classkit_method_copy</function> example ]]> &example.outputs; &reftitle.seealso; classkit_method_add classkit_method_redefine classkit_method_remove classkit_method_rename