WP_CLI\Fetchers

Base::getpublicWP-CLI 1.0

Method of the class: Base{}

No Hooks.

Returns

Mixed|false. The item if found; false otherwise.

Usage

$Base = new Base();
$Base->get( $arg );
$arg(string|int) (required)
The raw CLI argument.

Base::get() code WP-CLI 2.13.0-alpha

abstract public function get( $arg );