Skip to content

$notice function set_property()

Alexander edited this page Oct 18, 2019 · 1 revision

(notice 3.0)

Описание

set_property ( string $property, string $value )

Метод добавляет/изменяет псевдомеременные

Список параметров

property
Имя псевдопеременной

value
Значение псевдопеременной

Примеры

Пример #1 Пример использования метода set_property()

<?
$notice = notice::get_object();

$notice->set_property('{message.Name}', $name);
?>
Clone this wiki locally