WP_CLI\Fetchers

Base::get()publicWP-CLI 1.0

Method of the class: Base{}

No Hooks.

Return

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

Usage

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

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

abstract public function get( $arg );