YoastSEO_Vendor\GuzzleHttp
MessageFormatter::__construct() public Yoast 1.0
{} Это метод класса: MessageFormatter{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$MessageFormatter = new MessageFormatter(); $MessageFormatter->__construct( $template );
- $template(строка)
- Log message template
По умолчанию: self::CLF
Код MessageFormatter::__construct() MessageFormatter:: construct Yoast 15.6.2
public function __construct($template = self::CLF)
{
$this->template = $template ?: self::CLF;
}