Yoast\WP\SEO\Llms_Txt\Domain\Markdown\Sections

Description::__constructpublicYoast 1.0

Class constructor.

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

Хуков нет.

Возвращает

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

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

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

Код Description::__construct() Yoast 27.8

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