WP_CLI\Bootstrap

AutoloaderStep::get_autoloader_paths()protectedWP-CLI 1.0

Get the autoloader paths to scan for an autoloader.

Method of the class: AutoloaderStep{}

No Hooks.

Return

String[]|false. Array of strings with autoloader paths, or false to skip.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_autoloader_paths();

AutoloaderStep::get_autoloader_paths() code WP-CLI 2.8.0-alpha

abstract protected function get_autoloader_paths();