File manager - Edit - /home/web/vm-3fadc827.na4u.ru/www/bitrix/modules/sender/lib/integration/yandex/toloka/dto/inputvalue.php
Back
<?php namespace Bitrix\Sender\Integration\Yandex\Toloka\DTO; class InputValue implements TolokaTransferObject { /** * @var string */ private $identificator; /** * @var string */ private $value; /** * @return string */ public function getIdentificator(): string { return $this->identificator; } /** * @param string $identificator * * @return InputValue */ public function setIdentificator(string $identificator): InputValue { $this->identificator = $identificator; return $this; } /** * @return string */ public function getValue(): string { return $this->value; } /** * @param string $value * * @return InputValue */ public function setValue(string $value): InputValue { $this->value = $value; return $this; } public function toArray(): array { return [ $this->identificator => $this->value ]; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.25 |
proxy
|
phpinfo
|
Settings