WP_CLI

RequestsLibrary::get_class_namepublic staticWP-CLI 1.0

Get the current class name.

Method of the class: RequestsLibrary{}

No Hooks.

Returns

String. The current class name.

Usage

$result = RequestsLibrary::get_class_name();

RequestsLibrary::get_class_name() code WP-CLI 2.13.0-alpha

public static function get_class_name() {
	return self::$class_name;
}