wireClassExists() function

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

NameType(s)Description
classNamestring
autoload (optional)bool

Return value

bool


Functions methods and properties

API reference based on ProcessWire core version 3.0.236

“I am currently managing a ProcessWire site with 2 million+ pages. It’s admirably fast, and much, much faster than any other CMS we tested.” —Nickie, Web developer