Yoast\WP\SEO\AI_Generator\Domain
Suggestion::__construct
The constructor.
Метод класса: Suggestion{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Suggestion = new Suggestion(); $Suggestion->__construct( $value );
- $value(строка) (обязательный)
- The suggestion text.
Код Suggestion::__construct() Suggestion:: construct Yoast 27.8
public function __construct( string $value ) {
$this->value = $value;
}