WP_CLI\Context
Cli::process()
Process the context to set up the environment correctly.
Метод класса: Cli{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Cli = new Cli(); $Cli->process( $config );
- $config(массив) (обязательный)
- Associative array of configuration data.
Код Cli::process() Cli::process WP-CLI 2.8.0-alpha
public function process( $config ) { // Nothing needs to be done for now, as this is the default. }