WP_CLI\Iterators

Query::key()publicWP-CLI 1.0

Method of the class: Query{}

No Hooks.

Return

null. Nothing (null).

Usage

$Query = new Query();
$Query->key();

Query::key() code WP-CLI 2.8.0-alpha

public function key() {
	return $this->global_index;
}