WP_CLI\Fetchers
Base::get
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() Base::get code WP-CLI 2.13.0-alpha
abstract public function get( $arg );