Action_Scheduler\Migration
Config::set_destination_store()
Set the configured destination store.
Метод класса: Config{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Config = new Config(); $Config->set_destination_store( $store );
- $store(ActionScheduler_Store) (обязательный)
- -
Код Config::set_destination_store() Config::set destination store WC 9.3.3
public function set_destination_store( Store $store ) { $this->destination_store = $store; }