Yoast_Notification::__construct
Notification class constructor.
Метод класса: Yoast_Notification{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Yoast_Notification = new Yoast_Notification(); $Yoast_Notification->__construct( $message, $options );
- $message(строка) (обязательный)
- Message string.
- $options(массив)
- Set of options.
По умолчанию: []
Код Yoast_Notification::__construct() Yoast Notification:: construct Yoast 26.3
public function __construct( $message, $options = [] ) {
$this->message = $message;
$this->options = $this->normalize_options( $options );
}