A built-in template for overridden PHP method body.
Predefined variables will take the following values:
${NAME}   Method name.
${PARAM_LIST}   A comma-separated list of parameters similar to the one in the original method.
${RETURN}   The variable will contain either a "return" string if the original method has a return statement or an empty string otherwise.