Does the given class name exist?
ProcessWire namespace aware version of PHP’s class_exists() function
If given a class name that does not include a namespace, the \ProcessWire
namespace is assumed.
Usage
// basic usage
$bool = wireClassExists (string $className);
// usage with all arguments
$bool = wireClassExists (string $className, bool $autoload = true);
Arguments
Name | Type(s) | Description |
---|---|---|
className | string | |
autoload (optional) | bool |
Return value
bool
Functions methods and properties
API reference based on ProcessWire core version 3.0.236