Return this object’s class name
If your Module descends from Wire, or any of it's derivatives (as would usually be the case), then you don't need to implement this method as it's already present.
Usage
// basic usage
$string = $module->className();
// usage with all arguments
$string = $module->className($options = null);
Arguments
Name | Type(s) | Description |
---|---|---|
options (optional) | array, bool, null | Optionally an option or boolean for 'namespace' option:
|
Return value
string
See Also
API reference based on ProcessWire core version 3.0.236