WC_WCCOM_Site_Installation_Step{}WC 1.0

Хуков нет.

Использование

$WC_WCCOM_Site_Installation_Step = new WC_WCCOM_Site_Installation_Step();
// use class methods

Методы

  1. public __construct( $state )
  2. public run()

Код WC_WCCOM_Site_Installation_Step{} WC 9.8.2

interface WC_WCCOM_Site_Installation_Step {
	/**
	 * Constructor.
	 *
	 * @param array $state The current installation state.
	 */
	public function __construct( $state );

	/**
	 * Run the step installation process.
	 */
	public function run();
}