AutoPatrol, Bureaucrats, Administrators
481
edits
(Created page with "__NOTOC__ Returns the class name for given object. == Syntax == classof(''object''); == Parameters == :{| |- | ''object'' || Object to get class name for. |} == Return...") |
m (Text replacement - "^" to "{{deprecated}}") |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | {{deprecated}}__NOTOC__ | ||
Returns the class name for given object. | Returns the class name for given object. | ||
Line 10: | Line 10: | ||
== Parameters == | == Parameters == | ||
:{| | :{| class="wikitable" | ||
|- | |- | ||
| ''object'' || Object to get class name for. | | ''object'' || Object to get class name for. |