Yoast\WP\SEO\AI_Generator\Domain

Suggestion::__constructpublicYoast 1.0

The constructor.

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

Хуков нет.

Возвращает

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

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

$Suggestion = new Suggestion();
$Suggestion->__construct( $value );
$value(строка) (обязательный)
The suggestion text.

Код Suggestion::__construct() Yoast 27.8

public function __construct( string $value ) {
	$this->value = $value;
}