get_class_methods Gets the class methods' names &reftitle.description; arrayget_class_methods objectstringobject_or_class Gets the class methods names. &reftitle.parameters; object_or_class The class name or an object instance &reftitle.returnvalues; Returns an array of method names defined for the class specified by object_or_class. &reftitle.changelog; &Version; &Description; 8.0.0 The object_or_class parameter now only accepts objects or valid class names. &reftitle.examples; <function>get_class_methods</function> example ]]> &example.outputs; &reftitle.seealso; get_class get_class_vars get_object_vars