33 private $moneyValues = [];
36 private $dateValues = [];
43 return $this->subject;
63 if ($moneyValues && $currency)
66 array_keys($moneyValues),
68 static function ($moneyValue) use ($currency)
82 array_keys($dateValues),
84 static function ($dateValue)
86 if (!isset($dateValue[
'VALUE']) || !isset($dateValue[
'FORMAT']))
92 DateTime::createFromTimestamp((
int)$dateValue[
'VALUE'])
94 ->format($dateValue[
'FORMAT'])
135 return $this->moneyValues;
143 return $this->dateValues;
152 $this->subject = $subject;
174 $this->status = $status;
197 $this->moneyValues[
$key] = $value;
208 $this->currency = $currency;
221 $this->dateValues[
$key] = [
setCurrency(string $currency)
const TYPE_SHIPMENT_PICKUPED
setSubject(string $subject)
addMoneyValue(string $key, float $value)
addDateValue(string $key, int $value, string $format)
setStatus(Status $status)
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
htmlspecialcharsbx($string, $flags=ENT_COMPAT, $doubleEncode=true)
if(empty($signedUserToken)) $key
SaleFormatCurrency($fSum, $strCurrency, $OnlyValue=false, $withoutFormat=false)