Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс ParserPropertyType

Открытые члены

 __construct ($name)
 
 getValue ()
 
 getOriginalValue ()
 
 getName ()
 
 setValue (?string $value)
 
 addParameters (array $parameters)
 
 addParameter (string $key, string $parameter)
 
 getParameterValueByName (string $name)
 

Открытые статические члены

static createInstance (string $name)
 

Подробное описание

См. определение в файле parserpropertytype.php строка 7

Конструктор(ы)

◆ __construct()

__construct ( $name)

См. определение в файле parserpropertytype.php строка 31

Методы

◆ addParameter()

addParameter ( string $key,
string $parameter )
Аргументы
string$key
string$parameter
Возвращает
$this

См. определение в файле parserpropertytype.php строка 87

◆ addParameters()

addParameters ( array $parameters)
Аргументы
array$parameters
Возвращает
$this

См. определение в файле parserpropertytype.php строка 72

◆ createInstance()

static createInstance ( string $name)
static
Аргументы
string$name
Возвращает
ParserPropertyType

См. определение в файле parserpropertytype.php строка 26

◆ getName()

getName ( )

См. определение в файле parserpropertytype.php строка 52

◆ getOriginalValue()

getOriginalValue ( )
Возвращает
string|null

См. определение в файле parserpropertytype.php строка 47

◆ getParameterValueByName()

getParameterValueByName ( string $name)

См. определение в файле parserpropertytype.php строка 94

◆ getValue()

getValue ( )
Возвращает
string|null

См. определение в файле parserpropertytype.php строка 39

◆ setValue()

setValue ( ?string $value)
Аргументы
string | null$value
Возвращает
$this

См. определение в файле parserpropertytype.php строка 61