Yoast\WP\SEO\Dashboard\Infrastructure\Tracking

Setup_Steps_Tracking_Repository::__construct()publicYoast 1.0

Constructs the class.

Метод класса: Setup_Steps_Tracking_Repository{}

Хуков нет.

Возвращает

null. Ничего (null).

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

$Setup_Steps_Tracking_Repository = new Setup_Steps_Tracking_Repository();
$Setup_Steps_Tracking_Repository->__construct( $options_helper );
$options_helper(Options_Helper) (обязательный)
The options helper.

Код Setup_Steps_Tracking_Repository::__construct() Yoast 25.0

public function __construct( Options_Helper $options_helper ) {
	$this->options_helper = $options_helper;
}