repo stringlengths 6 63 | path stringlengths 5 140 | func_name stringlengths 3 151 | original_string stringlengths 84 13k | language stringclasses 1 value | code stringlengths 84 13k | code_tokens list | docstring stringlengths 3 47.2k | docstring_tokens list | sha stringlengths 40 40 | url stringlengths 91 247 | partition stringclasses 1 value |
|---|---|---|---|---|---|---|---|---|---|---|---|
agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addReceipts | public function addReceipts(\AgentSIB\Diadoc\Api\Proto\Events\ReceiptAttachment $value)
{
if ($this->Receipts === null) {
$this->Receipts = new \Protobuf\MessageCollection();
}
$this->Receipts->add($value);
} | php | public function addReceipts(\AgentSIB\Diadoc\Api\Proto\Events\ReceiptAttachment $value)
{
if ($this->Receipts === null) {
$this->Receipts = new \Protobuf\MessageCollection();
}
$this->Receipts->add($value);
} | [
"public",
"function",
"addReceipts",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ReceiptAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Receipts",
"===",
"null",
")",
"{",
"$",
"this",
"... | Add a new element to 'Receipts'
@param \AgentSIB\Diadoc\Api\Proto\Events\ReceiptAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"Receipts"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L262-L269 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addCorrectionRequests | public function addCorrectionRequests(\AgentSIB\Diadoc\Api\Proto\Events\CorrectionRequestAttachment $value)
{
if ($this->CorrectionRequests === null) {
$this->CorrectionRequests = new \Protobuf\MessageCollection();
}
$this->CorrectionRequests->add($value);
} | php | public function addCorrectionRequests(\AgentSIB\Diadoc\Api\Proto\Events\CorrectionRequestAttachment $value)
{
if ($this->CorrectionRequests === null) {
$this->CorrectionRequests = new \Protobuf\MessageCollection();
}
$this->CorrectionRequests->add($value);
} | [
"public",
"function",
"addCorrectionRequests",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"CorrectionRequestAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"CorrectionRequests",
"===",
"null",
")... | Add a new element to 'CorrectionRequests'
@param \AgentSIB\Diadoc\Api\Proto\Events\CorrectionRequestAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"CorrectionRequests"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L306-L313 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addSignatures | public function addSignatures(\AgentSIB\Diadoc\Api\Proto\Events\DocumentSignature $value)
{
if ($this->Signatures === null) {
$this->Signatures = new \Protobuf\MessageCollection();
}
$this->Signatures->add($value);
} | php | public function addSignatures(\AgentSIB\Diadoc\Api\Proto\Events\DocumentSignature $value)
{
if ($this->Signatures === null) {
$this->Signatures = new \Protobuf\MessageCollection();
}
$this->Signatures->add($value);
} | [
"public",
"function",
"addSignatures",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"DocumentSignature",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Signatures",
"===",
"null",
")",
"{",
"$",
"this",... | Add a new element to 'Signatures'
@param \AgentSIB\Diadoc\Api\Proto\Events\DocumentSignature $value | [
"Add",
"a",
"new",
"element",
"to",
"Signatures"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L350-L357 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addRequestedSignatureRejections | public function addRequestedSignatureRejections(\AgentSIB\Diadoc\Api\Proto\Events\RequestedSignatureRejection $value)
{
if ($this->RequestedSignatureRejections === null) {
$this->RequestedSignatureRejections = new \Protobuf\MessageCollection();
}
$this->RequestedSignatureRejections->add($value);
} | php | public function addRequestedSignatureRejections(\AgentSIB\Diadoc\Api\Proto\Events\RequestedSignatureRejection $value)
{
if ($this->RequestedSignatureRejections === null) {
$this->RequestedSignatureRejections = new \Protobuf\MessageCollection();
}
$this->RequestedSignatureRejections->add($value);
} | [
"public",
"function",
"addRequestedSignatureRejections",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"RequestedSignatureRejection",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"RequestedSignatureRejections",
"... | Add a new element to 'RequestedSignatureRejections'
@param \AgentSIB\Diadoc\Api\Proto\Events\RequestedSignatureRejection $value | [
"Add",
"a",
"new",
"element",
"to",
"RequestedSignatureRejections"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L394-L401 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addXmlTorg12BuyerTitles | public function addXmlTorg12BuyerTitles(\AgentSIB\Diadoc\Api\Proto\Events\ReceiptAttachment $value)
{
if ($this->XmlTorg12BuyerTitles === null) {
$this->XmlTorg12BuyerTitles = new \Protobuf\MessageCollection();
}
$this->XmlTorg12BuyerTitles->add($value);
} | php | public function addXmlTorg12BuyerTitles(\AgentSIB\Diadoc\Api\Proto\Events\ReceiptAttachment $value)
{
if ($this->XmlTorg12BuyerTitles === null) {
$this->XmlTorg12BuyerTitles = new \Protobuf\MessageCollection();
}
$this->XmlTorg12BuyerTitles->add($value);
} | [
"public",
"function",
"addXmlTorg12BuyerTitles",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ReceiptAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"XmlTorg12BuyerTitles",
"===",
"null",
")",
"... | Add a new element to 'XmlTorg12BuyerTitles'
@param \AgentSIB\Diadoc\Api\Proto\Events\ReceiptAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"XmlTorg12BuyerTitles"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L438-L445 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addXmlAcceptanceCertificateBuyerTitles | public function addXmlAcceptanceCertificateBuyerTitles(\AgentSIB\Diadoc\Api\Proto\Events\ReceiptAttachment $value)
{
if ($this->XmlAcceptanceCertificateBuyerTitles === null) {
$this->XmlAcceptanceCertificateBuyerTitles = new \Protobuf\MessageCollection();
}
$this->XmlAcceptanceCertificateBuyerTitles->add($value);
} | php | public function addXmlAcceptanceCertificateBuyerTitles(\AgentSIB\Diadoc\Api\Proto\Events\ReceiptAttachment $value)
{
if ($this->XmlAcceptanceCertificateBuyerTitles === null) {
$this->XmlAcceptanceCertificateBuyerTitles = new \Protobuf\MessageCollection();
}
$this->XmlAcceptanceCertificateBuyerTitles->add($value);
} | [
"public",
"function",
"addXmlAcceptanceCertificateBuyerTitles",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ReceiptAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"XmlAcceptanceCertificateBuyerTitles",... | Add a new element to 'XmlAcceptanceCertificateBuyerTitles'
@param \AgentSIB\Diadoc\Api\Proto\Events\ReceiptAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"XmlAcceptanceCertificateBuyerTitles"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L482-L489 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addResolutions | public function addResolutions(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionAttachment $value)
{
if ($this->Resolutions === null) {
$this->Resolutions = new \Protobuf\MessageCollection();
}
$this->Resolutions->add($value);
} | php | public function addResolutions(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionAttachment $value)
{
if ($this->Resolutions === null) {
$this->Resolutions = new \Protobuf\MessageCollection();
}
$this->Resolutions->add($value);
} | [
"public",
"function",
"addResolutions",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ResolutionAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Resolutions",
"===",
"null",
")",
"{",
"$",
"t... | Add a new element to 'Resolutions'
@param \AgentSIB\Diadoc\Api\Proto\Events\ResolutionAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"Resolutions"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L526-L533 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addResolutionRequests | public function addResolutionRequests(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestAttachment $value)
{
if ($this->ResolutionRequests === null) {
$this->ResolutionRequests = new \Protobuf\MessageCollection();
}
$this->ResolutionRequests->add($value);
} | php | public function addResolutionRequests(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestAttachment $value)
{
if ($this->ResolutionRequests === null) {
$this->ResolutionRequests = new \Protobuf\MessageCollection();
}
$this->ResolutionRequests->add($value);
} | [
"public",
"function",
"addResolutionRequests",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ResolutionRequestAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"ResolutionRequests",
"===",
"null",
")... | Add a new element to 'ResolutionRequests'
@param \AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"ResolutionRequests"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L570-L577 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addResolutionRequestCancellations | public function addResolutionRequestCancellations(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestCancellationAttachment $value)
{
if ($this->ResolutionRequestCancellations === null) {
$this->ResolutionRequestCancellations = new \Protobuf\MessageCollection();
}
$this->ResolutionRequestCancellations->add($value);
} | php | public function addResolutionRequestCancellations(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestCancellationAttachment $value)
{
if ($this->ResolutionRequestCancellations === null) {
$this->ResolutionRequestCancellations = new \Protobuf\MessageCollection();
}
$this->ResolutionRequestCancellations->add($value);
} | [
"public",
"function",
"addResolutionRequestCancellations",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ResolutionRequestCancellationAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"ResolutionRequestCan... | Add a new element to 'ResolutionRequestCancellations'
@param \AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestCancellationAttachment
$value | [
"Add",
"a",
"new",
"element",
"to",
"ResolutionRequestCancellations"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L615-L622 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addResolutionRequestDenials | public function addResolutionRequestDenials(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestDenialAttachment $value)
{
if ($this->ResolutionRequestDenials === null) {
$this->ResolutionRequestDenials = new \Protobuf\MessageCollection();
}
$this->ResolutionRequestDenials->add($value);
} | php | public function addResolutionRequestDenials(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestDenialAttachment $value)
{
if ($this->ResolutionRequestDenials === null) {
$this->ResolutionRequestDenials = new \Protobuf\MessageCollection();
}
$this->ResolutionRequestDenials->add($value);
} | [
"public",
"function",
"addResolutionRequestDenials",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ResolutionRequestDenialAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"ResolutionRequestDenials",
"==... | Add a new element to 'ResolutionRequestDenials'
@param \AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestDenialAttachment
$value | [
"Add",
"a",
"new",
"element",
"to",
"ResolutionRequestDenials"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L660-L667 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addResolutionRequestDenialCancellations | public function addResolutionRequestDenialCancellations(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestDenialCancellationAttachment $value)
{
if ($this->ResolutionRequestDenialCancellations === null) {
$this->ResolutionRequestDenialCancellations = new \Protobuf\MessageCollection();
}
$this->ResolutionRequestDenialCancellations->add($value);
} | php | public function addResolutionRequestDenialCancellations(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestDenialCancellationAttachment $value)
{
if ($this->ResolutionRequestDenialCancellations === null) {
$this->ResolutionRequestDenialCancellations = new \Protobuf\MessageCollection();
}
$this->ResolutionRequestDenialCancellations->add($value);
} | [
"public",
"function",
"addResolutionRequestDenialCancellations",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ResolutionRequestDenialCancellationAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Resoluti... | Add a new element to 'ResolutionRequestDenialCancellations'
@param
\AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestDenialCancellationAttachment
$value | [
"Add",
"a",
"new",
"element",
"to",
"ResolutionRequestDenialCancellations"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L706-L713 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addRevocationRequests | public function addRevocationRequests(\AgentSIB\Diadoc\Api\Proto\Events\RevocationRequestAttachment $value)
{
if ($this->RevocationRequests === null) {
$this->RevocationRequests = new \Protobuf\MessageCollection();
}
$this->RevocationRequests->add($value);
} | php | public function addRevocationRequests(\AgentSIB\Diadoc\Api\Proto\Events\RevocationRequestAttachment $value)
{
if ($this->RevocationRequests === null) {
$this->RevocationRequests = new \Protobuf\MessageCollection();
}
$this->RevocationRequests->add($value);
} | [
"public",
"function",
"addRevocationRequests",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"RevocationRequestAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"RevocationRequests",
"===",
"null",
")... | Add a new element to 'RevocationRequests'
@param \AgentSIB\Diadoc\Api\Proto\Events\RevocationRequestAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"RevocationRequests"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L750-L757 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addXmlSignatureRejections | public function addXmlSignatureRejections(\AgentSIB\Diadoc\Api\Proto\Events\XmlSignatureRejectionAttachment $value)
{
if ($this->XmlSignatureRejections === null) {
$this->XmlSignatureRejections = new \Protobuf\MessageCollection();
}
$this->XmlSignatureRejections->add($value);
} | php | public function addXmlSignatureRejections(\AgentSIB\Diadoc\Api\Proto\Events\XmlSignatureRejectionAttachment $value)
{
if ($this->XmlSignatureRejections === null) {
$this->XmlSignatureRejections = new \Protobuf\MessageCollection();
}
$this->XmlSignatureRejections->add($value);
} | [
"public",
"function",
"addXmlSignatureRejections",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"XmlSignatureRejectionAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"XmlSignatureRejections",
"===",
... | Add a new element to 'XmlSignatureRejections'
@param \AgentSIB\Diadoc\Api\Proto\Events\XmlSignatureRejectionAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"XmlSignatureRejections"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L794-L801 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addCustomDataPatches | public function addCustomDataPatches(\AgentSIB\Diadoc\Api\Proto\Events\CustomDataPatch $value)
{
if ($this->CustomDataPatches === null) {
$this->CustomDataPatches = new \Protobuf\MessageCollection();
}
$this->CustomDataPatches->add($value);
} | php | public function addCustomDataPatches(\AgentSIB\Diadoc\Api\Proto\Events\CustomDataPatch $value)
{
if ($this->CustomDataPatches === null) {
$this->CustomDataPatches = new \Protobuf\MessageCollection();
}
$this->CustomDataPatches->add($value);
} | [
"public",
"function",
"addCustomDataPatches",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"CustomDataPatch",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"CustomDataPatches",
"===",
"null",
")",
"{",
"$... | Add a new element to 'CustomDataPatches'
@param \AgentSIB\Diadoc\Api\Proto\Events\CustomDataPatch $value | [
"Add",
"a",
"new",
"element",
"to",
"CustomDataPatches"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L838-L845 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addResolutionChainAssignments | public function addResolutionChainAssignments(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionChainAssignment $value)
{
if ($this->ResolutionChainAssignments === null) {
$this->ResolutionChainAssignments = new \Protobuf\MessageCollection();
}
$this->ResolutionChainAssignments->add($value);
} | php | public function addResolutionChainAssignments(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionChainAssignment $value)
{
if ($this->ResolutionChainAssignments === null) {
$this->ResolutionChainAssignments = new \Protobuf\MessageCollection();
}
$this->ResolutionChainAssignments->add($value);
} | [
"public",
"function",
"addResolutionChainAssignments",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ResolutionChainAssignment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"ResolutionChainAssignments",
"===",
... | Add a new element to 'ResolutionChainAssignments'
@param \AgentSIB\Diadoc\Api\Proto\Events\ResolutionChainAssignment $value | [
"Add",
"a",
"new",
"element",
"to",
"ResolutionChainAssignments"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L882-L889 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addSignatureVerifications | public function addSignatureVerifications(\AgentSIB\Diadoc\Api\Proto\Events\SignatureVerification $value)
{
if ($this->SignatureVerifications === null) {
$this->SignatureVerifications = new \Protobuf\MessageCollection();
}
$this->SignatureVerifications->add($value);
} | php | public function addSignatureVerifications(\AgentSIB\Diadoc\Api\Proto\Events\SignatureVerification $value)
{
if ($this->SignatureVerifications === null) {
$this->SignatureVerifications = new \Protobuf\MessageCollection();
}
$this->SignatureVerifications->add($value);
} | [
"public",
"function",
"addSignatureVerifications",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"SignatureVerification",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"SignatureVerifications",
"===",
"null",
... | Add a new element to 'SignatureVerifications'
@param \AgentSIB\Diadoc\Api\Proto\Events\SignatureVerification $value | [
"Add",
"a",
"new",
"element",
"to",
"SignatureVerifications"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L926-L933 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addEditDocumentPacketCommands | public function addEditDocumentPacketCommands(\AgentSIB\Diadoc\Api\Proto\Events\EditDocumentPacketCommand $value)
{
if ($this->EditDocumentPacketCommands === null) {
$this->EditDocumentPacketCommands = new \Protobuf\MessageCollection();
}
$this->EditDocumentPacketCommands->add($value);
} | php | public function addEditDocumentPacketCommands(\AgentSIB\Diadoc\Api\Proto\Events\EditDocumentPacketCommand $value)
{
if ($this->EditDocumentPacketCommands === null) {
$this->EditDocumentPacketCommands = new \Protobuf\MessageCollection();
}
$this->EditDocumentPacketCommands->add($value);
} | [
"public",
"function",
"addEditDocumentPacketCommands",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"EditDocumentPacketCommand",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"EditDocumentPacketCommands",
"===",
... | Add a new element to 'EditDocumentPacketCommands'
@param \AgentSIB\Diadoc\Api\Proto\Events\EditDocumentPacketCommand $value | [
"Add",
"a",
"new",
"element",
"to",
"EditDocumentPacketCommands"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L970-L977 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addUniversalTransferDocumentBuyerTitles | public function addUniversalTransferDocumentBuyerTitles(\AgentSIB\Diadoc\Api\Proto\Events\ReceiptAttachment $value)
{
if ($this->UniversalTransferDocumentBuyerTitles === null) {
$this->UniversalTransferDocumentBuyerTitles = new \Protobuf\MessageCollection();
}
$this->UniversalTransferDocumentBuyerTitles->add($value);
} | php | public function addUniversalTransferDocumentBuyerTitles(\AgentSIB\Diadoc\Api\Proto\Events\ReceiptAttachment $value)
{
if ($this->UniversalTransferDocumentBuyerTitles === null) {
$this->UniversalTransferDocumentBuyerTitles = new \Protobuf\MessageCollection();
}
$this->UniversalTransferDocumentBuyerTitles->add($value);
} | [
"public",
"function",
"addUniversalTransferDocumentBuyerTitles",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ReceiptAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"UniversalTransferDocumentBuyerTitles... | Add a new element to 'UniversalTransferDocumentBuyerTitles'
@param \AgentSIB\Diadoc\Api\Proto\Events\ReceiptAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"UniversalTransferDocumentBuyerTitles"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L1014-L1021 | train |
agentsib/diadoc-php | src/Api/Proto/GetOrganizationsByInnListResponse.php | GetOrganizationsByInnListResponse.addOrganizations | public function addOrganizations(\AgentSIB\Diadoc\Api\Proto\OrganizationWithCounteragentStatus $value)
{
if ($this->Organizations === null) {
$this->Organizations = new \Protobuf\MessageCollection();
}
$this->Organizations->add($value);
} | php | public function addOrganizations(\AgentSIB\Diadoc\Api\Proto\OrganizationWithCounteragentStatus $value)
{
if ($this->Organizations === null) {
$this->Organizations = new \Protobuf\MessageCollection();
}
$this->Organizations->add($value);
} | [
"public",
"function",
"addOrganizations",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"OrganizationWithCounteragentStatus",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Organizations",
"===",
"null",
")",
"{",
"$",
"thi... | Add a new element to 'Organizations'
@param \AgentSIB\Diadoc\Api\Proto\OrganizationWithCounteragentStatus $value | [
"Add",
"a",
"new",
"element",
"to",
"Organizations"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/GetOrganizationsByInnListResponse.php#L69-L76 | train |
hiqdev/yii2-menus | src/Menu.php | Menu.run | public function run($config = [])
{
if (!is_array($config)) {
$config = ['class' => $config];
}
$config = array_merge($this->widgetConfig, $config);
if (!empty($config['options']) || !empty($this->options)) {
$config['options'] = array_merge(
isset($this->options) ? $this->options : [],
isset($config['options']) ? $config['options'] : []
);
}
$config['items'] = $this->getItems();
return call_user_func([$config['class'], 'widget'], $config);
} | php | public function run($config = [])
{
if (!is_array($config)) {
$config = ['class' => $config];
}
$config = array_merge($this->widgetConfig, $config);
if (!empty($config['options']) || !empty($this->options)) {
$config['options'] = array_merge(
isset($this->options) ? $this->options : [],
isset($config['options']) ? $config['options'] : []
);
}
$config['items'] = $this->getItems();
return call_user_func([$config['class'], 'widget'], $config);
} | [
"public",
"function",
"run",
"(",
"$",
"config",
"=",
"[",
"]",
")",
"{",
"if",
"(",
"!",
"is_array",
"(",
"$",
"config",
")",
")",
"{",
"$",
"config",
"=",
"[",
"'class'",
"=>",
"$",
"config",
"]",
";",
"}",
"$",
"config",
"=",
"array_merge",
... | Renders menu widget with given config.
@param mixed $config
@return string rendered menu | [
"Renders",
"menu",
"widget",
"with",
"given",
"config",
"."
] | 7586e2b82ca8406cf45d0341dcf7aebbb1361b3e | https://github.com/hiqdev/yii2-menus/blob/7586e2b82ca8406cf45d0341dcf7aebbb1361b3e/src/Menu.php#L140-L155 | train |
agentsib/diadoc-php | src/Api/Proto/Documents/AcceptanceCertificateDocument/AcceptanceCertificateMetadata.php | AcceptanceCertificateMetadata.setReceiptStatus | public function setReceiptStatus(\AgentSIB\Diadoc\Api\Proto\Documents\ReceiptStatus $value = null)
{
$this->ReceiptStatus = $value;
} | php | public function setReceiptStatus(\AgentSIB\Diadoc\Api\Proto\Documents\ReceiptStatus $value = null)
{
$this->ReceiptStatus = $value;
} | [
"public",
"function",
"setReceiptStatus",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"ReceiptStatus",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"ReceiptStatus",
"=",
"$",
"value",
";",
"}"
] | Set 'ReceiptStatus' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\ReceiptStatus $value | [
"Set",
"ReceiptStatus",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/AcceptanceCertificateDocument/AcceptanceCertificateMetadata.php#L219-L222 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/AcceptanceCertificateSignatureInfo.php | AcceptanceCertificateSignatureInfo.setOfficial | public function setOfficial(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->Official = $value;
} | php | public function setOfficial(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->Official = $value;
} | [
"public",
"function",
"setOfficial",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Official",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Official",
"=",
"$",
"value",
";",
"}"
] | Set 'Official' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value | [
"Set",
"Official",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/AcceptanceCertificateSignatureInfo.php#L104-L107 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/AcceptanceCertificateSignatureInfo.php | AcceptanceCertificateSignatureInfo.setAttorney | public function setAttorney(\AgentSIB\Diadoc\Api\Proto\Invoicing\Attorney $value = null)
{
$this->Attorney = $value;
} | php | public function setAttorney(\AgentSIB\Diadoc\Api\Proto\Invoicing\Attorney $value = null)
{
$this->Attorney = $value;
} | [
"public",
"function",
"setAttorney",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Attorney",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Attorney",
"=",
"$",
"value",
";",
"}"
] | Set 'Attorney' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Attorney $value | [
"Set",
"Attorney",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/AcceptanceCertificateSignatureInfo.php#L134-L137 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/GetDocflowsByPacketIdResponse.php | GetDocflowsByPacketIdResponse.setNextPageIndexKey | public function setNextPageIndexKey($value = null)
{
if ($value !== null && ! $value instanceof \Protobuf\Stream) {
$value = \Protobuf\Stream::wrap($value);
}
$this->NextPageIndexKey = $value;
} | php | public function setNextPageIndexKey($value = null)
{
if ($value !== null && ! $value instanceof \Protobuf\Stream) {
$value = \Protobuf\Stream::wrap($value);
}
$this->NextPageIndexKey = $value;
} | [
"public",
"function",
"setNextPageIndexKey",
"(",
"$",
"value",
"=",
"null",
")",
"{",
"if",
"(",
"$",
"value",
"!==",
"null",
"&&",
"!",
"$",
"value",
"instanceof",
"\\",
"Protobuf",
"\\",
"Stream",
")",
"{",
"$",
"value",
"=",
"\\",
"Protobuf",
"\\",... | Set 'NextPageIndexKey' value
@param \Protobuf\Stream $value | [
"Set",
"NextPageIndexKey",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/GetDocflowsByPacketIdResponse.php#L111-L118 | train |
agentsib/diadoc-php | src/Api/Proto/Events/DocumentToPatch.php | DocumentToPatch.addExtendedSigner | public function addExtendedSigner(\AgentSIB\Diadoc\Api\Proto\Invoicing\Signers\ExtendedSigner $value)
{
if ($this->ExtendedSigner === null) {
$this->ExtendedSigner = new \Protobuf\MessageCollection();
}
$this->ExtendedSigner->add($value);
} | php | public function addExtendedSigner(\AgentSIB\Diadoc\Api\Proto\Invoicing\Signers\ExtendedSigner $value)
{
if ($this->ExtendedSigner === null) {
$this->ExtendedSigner = new \Protobuf\MessageCollection();
}
$this->ExtendedSigner->add($value);
} | [
"public",
"function",
"addExtendedSigner",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Signers",
"\\",
"ExtendedSigner",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"ExtendedSigner",
"===",
"null",
... | Add a new element to 'ExtendedSigner'
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Signers\ExtendedSigner $value | [
"Add",
"a",
"new",
"element",
"to",
"ExtendedSigner"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/DocumentToPatch.php#L143-L150 | train |
agentsib/diadoc-php | src/Api/Proto/Events/EncryptedInvoiceCorrectionMetadata.php | EncryptedInvoiceCorrectionMetadata.setOriginalInvoiceDateAndNumber | public function setOriginalInvoiceDateAndNumber(\AgentSIB\Diadoc\Api\Proto\Docflow\DocumentDateAndNumber $value)
{
$this->OriginalInvoiceDateAndNumber = $value;
} | php | public function setOriginalInvoiceDateAndNumber(\AgentSIB\Diadoc\Api\Proto\Docflow\DocumentDateAndNumber $value)
{
$this->OriginalInvoiceDateAndNumber = $value;
} | [
"public",
"function",
"setOriginalInvoiceDateAndNumber",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"DocumentDateAndNumber",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"OriginalInvoiceDateAndNumber",
"=",
"$",
"value"... | Set 'OriginalInvoiceDateAndNumber' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\DocumentDateAndNumber $value | [
"Set",
"OriginalInvoiceDateAndNumber",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/EncryptedInvoiceCorrectionMetadata.php#L74-L77 | train |
agentsib/diadoc-php | src/Api/Proto/Events/EncryptedInvoiceCorrectionMetadata.php | EncryptedInvoiceCorrectionMetadata.setInvoiceCorrectionRevisionDateAndNumber | public function setInvoiceCorrectionRevisionDateAndNumber(\AgentSIB\Diadoc\Api\Proto\Docflow\DocumentDateAndNumber $value = null)
{
$this->InvoiceCorrectionRevisionDateAndNumber = $value;
} | php | public function setInvoiceCorrectionRevisionDateAndNumber(\AgentSIB\Diadoc\Api\Proto\Docflow\DocumentDateAndNumber $value = null)
{
$this->InvoiceCorrectionRevisionDateAndNumber = $value;
} | [
"public",
"function",
"setInvoiceCorrectionRevisionDateAndNumber",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"DocumentDateAndNumber",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"InvoiceCorrectionRevisionDa... | Set 'InvoiceCorrectionRevisionDateAndNumber' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\DocumentDateAndNumber $value | [
"Set",
"InvoiceCorrectionRevisionDateAndNumber",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/EncryptedInvoiceCorrectionMetadata.php#L134-L137 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/XmlBilateralDocflow.php | XmlBilateralDocflow.setReceiptDocflow | public function setReceiptDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\ReceiptDocflow $value = null)
{
$this->ReceiptDocflow = $value;
} | php | public function setReceiptDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\ReceiptDocflow $value = null)
{
$this->ReceiptDocflow = $value;
} | [
"public",
"function",
"setReceiptDocflow",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"ReceiptDocflow",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"ReceiptDocflow",
"=",
"$",
"value",
";",
"}"
] | Set 'ReceiptDocflow' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\ReceiptDocflow $value | [
"Set",
"ReceiptDocflow",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/XmlBilateralDocflow.php#L152-L155 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/XmlBilateralDocflow.php | XmlBilateralDocflow.setBuyerTitleDocflow | public function setBuyerTitleDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\BuyerTitleDocflow $value = null)
{
$this->BuyerTitleDocflow = $value;
} | php | public function setBuyerTitleDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\BuyerTitleDocflow $value = null)
{
$this->BuyerTitleDocflow = $value;
} | [
"public",
"function",
"setBuyerTitleDocflow",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"BuyerTitleDocflow",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"BuyerTitleDocflow",
"=",
"$",
"value",
";",
... | Set 'BuyerTitleDocflow' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\BuyerTitleDocflow $value | [
"Set",
"BuyerTitleDocflow",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/XmlBilateralDocflow.php#L182-L185 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/XmlBilateralDocflow.php | XmlBilateralDocflow.setRecipientSignatureRejectionDocflow | public function setRecipientSignatureRejectionDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\RecipientSignatureRejectionDocflow $value = null)
{
$this->RecipientSignatureRejectionDocflow = $value;
} | php | public function setRecipientSignatureRejectionDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\RecipientSignatureRejectionDocflow $value = null)
{
$this->RecipientSignatureRejectionDocflow = $value;
} | [
"public",
"function",
"setRecipientSignatureRejectionDocflow",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"RecipientSignatureRejectionDocflow",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"RecipientSignature... | Set 'RecipientSignatureRejectionDocflow' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\RecipientSignatureRejectionDocflow $value | [
"Set",
"RecipientSignatureRejectionDocflow",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/XmlBilateralDocflow.php#L212-L215 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/InvoiceTable.php | InvoiceTable.addItems | public function addItems(\AgentSIB\Diadoc\Api\Proto\Invoicing\ExtendedInvoiceItem $value)
{
if ($this->Items === null) {
$this->Items = new \Protobuf\MessageCollection();
}
$this->Items->add($value);
} | php | public function addItems(\AgentSIB\Diadoc\Api\Proto\Invoicing\ExtendedInvoiceItem $value)
{
if ($this->Items === null) {
$this->Items = new \Protobuf\MessageCollection();
}
$this->Items->add($value);
} | [
"public",
"function",
"addItems",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"ExtendedInvoiceItem",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Items",
"===",
"null",
")",
"{",
"$",
"this",
"-... | Add a new element to 'Items'
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\ExtendedInvoiceItem $value | [
"Add",
"a",
"new",
"element",
"to",
"Items"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/InvoiceTable.php#L97-L104 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/SignedAttachment.php | SignedAttachment.setAttachment | public function setAttachment(\AgentSIB\Diadoc\Api\Proto\Docflow\Attachment $value = null)
{
$this->Attachment = $value;
} | php | public function setAttachment(\AgentSIB\Diadoc\Api\Proto\Docflow\Attachment $value = null)
{
$this->Attachment = $value;
} | [
"public",
"function",
"setAttachment",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"Attachment",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Attachment",
"=",
"$",
"value",
";",
"}"
] | Set 'Attachment' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\Attachment $value | [
"Set",
"Attachment",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/SignedAttachment.php#L73-L76 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/SignedAttachment.php | SignedAttachment.setComment | public function setComment(\AgentSIB\Diadoc\Api\Proto\Docflow\Entity $value = null)
{
$this->Comment = $value;
} | php | public function setComment(\AgentSIB\Diadoc\Api\Proto\Docflow\Entity $value = null)
{
$this->Comment = $value;
} | [
"public",
"function",
"setComment",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"Entity",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Comment",
"=",
"$",
"value",
";",
"}"
] | Set 'Comment' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\Entity $value | [
"Set",
"Comment",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/SignedAttachment.php#L133-L136 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/Torg12BuyerTitleInfo.php | Torg12BuyerTitleInfo.setAcceptedBy | public function setAcceptedBy(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->AcceptedBy = $value;
} | php | public function setAcceptedBy(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->AcceptedBy = $value;
} | [
"public",
"function",
"setAcceptedBy",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Official",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"AcceptedBy",
"=",
"$",
"value",
";",
"}"
] | Set 'AcceptedBy' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value | [
"Set",
"AcceptedBy",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Torg12BuyerTitleInfo.php#L154-L157 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/Torg12BuyerTitleInfo.php | Torg12BuyerTitleInfo.setReceivedBy | public function setReceivedBy(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->ReceivedBy = $value;
} | php | public function setReceivedBy(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->ReceivedBy = $value;
} | [
"public",
"function",
"setReceivedBy",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Official",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"ReceivedBy",
"=",
"$",
"value",
";",
"}"
] | Set 'ReceivedBy' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value | [
"Set",
"ReceivedBy",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Torg12BuyerTitleInfo.php#L184-L187 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/Torg12BuyerTitleInfo.php | Torg12BuyerTitleInfo.setSigner | public function setSigner(\AgentSIB\Diadoc\Api\Proto\Invoicing\Signer $value)
{
$this->Signer = $value;
} | php | public function setSigner(\AgentSIB\Diadoc\Api\Proto\Invoicing\Signer $value)
{
$this->Signer = $value;
} | [
"public",
"function",
"setSigner",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Signer",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"Signer",
"=",
"$",
"value",
";",
"}"
] | Set 'Signer' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Signer $value | [
"Set",
"Signer",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Torg12BuyerTitleInfo.php#L214-L217 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/Attachment.php | Attachment.setEntity | public function setEntity(\AgentSIB\Diadoc\Api\Proto\Docflow\Entity $value = null)
{
$this->Entity = $value;
} | php | public function setEntity(\AgentSIB\Diadoc\Api\Proto\Docflow\Entity $value = null)
{
$this->Entity = $value;
} | [
"public",
"function",
"setEntity",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"Entity",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Entity",
"=",
"$",
"value",
";",
"}"
] | Set 'Entity' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\Entity $value | [
"Set",
"Entity",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/Attachment.php#L73-L76 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/Signer.php | Signer.setSignerCertificate | public function setSignerCertificate($value = null)
{
if ($value !== null && ! $value instanceof \Protobuf\Stream) {
$value = \Protobuf\Stream::wrap($value);
}
$this->SignerCertificate = $value;
} | php | public function setSignerCertificate($value = null)
{
if ($value !== null && ! $value instanceof \Protobuf\Stream) {
$value = \Protobuf\Stream::wrap($value);
}
$this->SignerCertificate = $value;
} | [
"public",
"function",
"setSignerCertificate",
"(",
"$",
"value",
"=",
"null",
")",
"{",
"if",
"(",
"$",
"value",
"!==",
"null",
"&&",
"!",
"$",
"value",
"instanceof",
"\\",
"Protobuf",
"\\",
"Stream",
")",
"{",
"$",
"value",
"=",
"\\",
"Protobuf",
"\\"... | Set 'SignerCertificate' value
@param \Protobuf\Stream $value | [
"Set",
"SignerCertificate",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Signer.php#L73-L80 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/InvoiceInfo.php | InvoiceInfo.addPaymentDocuments | public function addPaymentDocuments(\AgentSIB\Diadoc\Api\Proto\Invoicing\PaymentDocumentInfo $value)
{
if ($this->PaymentDocuments === null) {
$this->PaymentDocuments = new \Protobuf\MessageCollection();
}
$this->PaymentDocuments->add($value);
} | php | public function addPaymentDocuments(\AgentSIB\Diadoc\Api\Proto\Invoicing\PaymentDocumentInfo $value)
{
if ($this->PaymentDocuments === null) {
$this->PaymentDocuments = new \Protobuf\MessageCollection();
}
$this->PaymentDocuments->add($value);
} | [
"public",
"function",
"addPaymentDocuments",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"PaymentDocumentInfo",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"PaymentDocuments",
"===",
"null",
")",
"{",... | Add a new element to 'PaymentDocuments'
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\PaymentDocumentInfo $value | [
"Add",
"a",
"new",
"element",
"to",
"PaymentDocuments"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/InvoiceInfo.php#L408-L415 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/InvoiceInfo.php | InvoiceInfo.addAdditionalInfos | public function addAdditionalInfos(\AgentSIB\Diadoc\Api\Proto\Invoicing\AdditionalInfo $value)
{
if ($this->AdditionalInfos === null) {
$this->AdditionalInfos = new \Protobuf\MessageCollection();
}
$this->AdditionalInfos->add($value);
} | php | public function addAdditionalInfos(\AgentSIB\Diadoc\Api\Proto\Invoicing\AdditionalInfo $value)
{
if ($this->AdditionalInfos === null) {
$this->AdditionalInfos = new \Protobuf\MessageCollection();
}
$this->AdditionalInfos->add($value);
} | [
"public",
"function",
"addAdditionalInfos",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"AdditionalInfo",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"AdditionalInfos",
"===",
"null",
")",
"{",
"$",... | Add a new element to 'AdditionalInfos'
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\AdditionalInfo $value | [
"Add",
"a",
"new",
"element",
"to",
"AdditionalInfos"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/InvoiceInfo.php#L706-L713 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/InvoiceInfo.php | InvoiceInfo.setVersion | public function setVersion(\AgentSIB\Diadoc\Api\Proto\Invoicing\InvoiceFormatVersion $value = null)
{
$this->Version = $value;
} | php | public function setVersion(\AgentSIB\Diadoc\Api\Proto\Invoicing\InvoiceFormatVersion $value = null)
{
$this->Version = $value;
} | [
"public",
"function",
"setVersion",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"InvoiceFormatVersion",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Version",
"=",
"$",
"value",
";",
"}"
] | Set 'Version' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\InvoiceFormatVersion $value | [
"Set",
"Version",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/InvoiceInfo.php#L740-L743 | train |
agentsib/diadoc-php | src/Api/Proto/Events/Message.php | Message.addEntities | public function addEntities(\AgentSIB\Diadoc\Api\Proto\Events\Entity $value)
{
if ($this->Entities === null) {
$this->Entities = new \Protobuf\MessageCollection();
}
$this->Entities->add($value);
} | php | public function addEntities(\AgentSIB\Diadoc\Api\Proto\Events\Entity $value)
{
if ($this->Entities === null) {
$this->Entities = new \Protobuf\MessageCollection();
}
$this->Entities->add($value);
} | [
"public",
"function",
"addEntities",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"Entity",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Entities",
"===",
"null",
")",
"{",
"$",
"this",
"->",
"Ent... | Add a new element to 'Entities'
@param \AgentSIB\Diadoc\Api\Proto\Events\Entity $value | [
"Add",
"a",
"new",
"element",
"to",
"Entities"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/Message.php#L429-L436 | train |
agentsib/diadoc-php | src/Api/Proto/Events/Message.php | Message.addDraftIsTransformedToMessageIdList | public function addDraftIsTransformedToMessageIdList($value)
{
if ($this->DraftIsTransformedToMessageIdList === null) {
$this->DraftIsTransformedToMessageIdList = new \Protobuf\ScalarCollection();
}
$this->DraftIsTransformedToMessageIdList->add($value);
} | php | public function addDraftIsTransformedToMessageIdList($value)
{
if ($this->DraftIsTransformedToMessageIdList === null) {
$this->DraftIsTransformedToMessageIdList = new \Protobuf\ScalarCollection();
}
$this->DraftIsTransformedToMessageIdList->add($value);
} | [
"public",
"function",
"addDraftIsTransformedToMessageIdList",
"(",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"DraftIsTransformedToMessageIdList",
"===",
"null",
")",
"{",
"$",
"this",
"->",
"DraftIsTransformedToMessageIdList",
"=",
"new",
"\\",
"Protobuf... | Add a new element to 'DraftIsTransformedToMessageIdList'
@param string $value | [
"Add",
"a",
"new",
"element",
"to",
"DraftIsTransformedToMessageIdList"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/Message.php#L593-L600 | train |
agentsib/diadoc-php | src/Api/Proto/Forwarding/GetForwardedDocumentsResponse.php | GetForwardedDocumentsResponse.addForwardedDocuments | public function addForwardedDocuments(\AgentSIB\Diadoc\Api\Proto\Forwarding\ForwardedDocument $value)
{
if ($this->ForwardedDocuments === null) {
$this->ForwardedDocuments = new \Protobuf\MessageCollection();
}
$this->ForwardedDocuments->add($value);
} | php | public function addForwardedDocuments(\AgentSIB\Diadoc\Api\Proto\Forwarding\ForwardedDocument $value)
{
if ($this->ForwardedDocuments === null) {
$this->ForwardedDocuments = new \Protobuf\MessageCollection();
}
$this->ForwardedDocuments->add($value);
} | [
"public",
"function",
"addForwardedDocuments",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Forwarding",
"\\",
"ForwardedDocument",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"ForwardedDocuments",
"===",
"null",
")",
"... | Add a new element to 'ForwardedDocuments'
@param \AgentSIB\Diadoc\Api\Proto\Forwarding\ForwardedDocument $value | [
"Add",
"a",
"new",
"element",
"to",
"ForwardedDocuments"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Forwarding/GetForwardedDocumentsResponse.php#L70-L77 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/BilateralDocflow.php | BilateralDocflow.setRecipientSignatureDocflow | public function setRecipientSignatureDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\RecipientSignatureDocflow $value = null)
{
$this->RecipientSignatureDocflow = $value;
} | php | public function setRecipientSignatureDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\RecipientSignatureDocflow $value = null)
{
$this->RecipientSignatureDocflow = $value;
} | [
"public",
"function",
"setRecipientSignatureDocflow",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"RecipientSignatureDocflow",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"RecipientSignatureDocflow",
"=",
... | Set 'RecipientSignatureDocflow' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\RecipientSignatureDocflow $value | [
"Set",
"RecipientSignatureDocflow",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/BilateralDocflow.php#L189-L192 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/InvoiceItem.php | InvoiceItem.addCountriesOfOrigin | public function addCountriesOfOrigin($value)
{
if ($this->CountriesOfOrigin === null) {
$this->CountriesOfOrigin = new \Protobuf\ScalarCollection();
}
$this->CountriesOfOrigin->add($value);
} | php | public function addCountriesOfOrigin($value)
{
if ($this->CountriesOfOrigin === null) {
$this->CountriesOfOrigin = new \Protobuf\ScalarCollection();
}
$this->CountriesOfOrigin->add($value);
} | [
"public",
"function",
"addCountriesOfOrigin",
"(",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"CountriesOfOrigin",
"===",
"null",
")",
"{",
"$",
"this",
"->",
"CountriesOfOrigin",
"=",
"new",
"\\",
"Protobuf",
"\\",
"ScalarCollection",
"(",
")",
... | Add a new element to 'CountriesOfOrigin'
@param string $value | [
"Add",
"a",
"new",
"element",
"to",
"CountriesOfOrigin"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/InvoiceItem.php#L280-L287 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/InvoiceItem.php | InvoiceItem.addCustomsDeclarationNumbers | public function addCustomsDeclarationNumbers($value)
{
if ($this->CustomsDeclarationNumbers === null) {
$this->CustomsDeclarationNumbers = new \Protobuf\ScalarCollection();
}
$this->CustomsDeclarationNumbers->add($value);
} | php | public function addCustomsDeclarationNumbers($value)
{
if ($this->CustomsDeclarationNumbers === null) {
$this->CustomsDeclarationNumbers = new \Protobuf\ScalarCollection();
}
$this->CustomsDeclarationNumbers->add($value);
} | [
"public",
"function",
"addCustomsDeclarationNumbers",
"(",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"CustomsDeclarationNumbers",
"===",
"null",
")",
"{",
"$",
"this",
"->",
"CustomsDeclarationNumbers",
"=",
"new",
"\\",
"Protobuf",
"\\",
"ScalarColl... | Add a new element to 'CustomsDeclarationNumbers'
@param string $value | [
"Add",
"a",
"new",
"element",
"to",
"CustomsDeclarationNumbers"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/InvoiceItem.php#L324-L331 | train |
agentsib/diadoc-php | src/Api/Proto/Events/EncryptedXmlDocumentAttachment.php | EncryptedXmlDocumentAttachment.setMetadata | public function setMetadata(\AgentSIB\Diadoc\Api\Proto\Events\EncryptedDocumentMetadata $value)
{
$this->Metadata = $value;
} | php | public function setMetadata(\AgentSIB\Diadoc\Api\Proto\Events\EncryptedDocumentMetadata $value)
{
$this->Metadata = $value;
} | [
"public",
"function",
"setMetadata",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"EncryptedDocumentMetadata",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"Metadata",
"=",
"$",
"value",
";",
"}"
] | Set 'Metadata' value
@param \AgentSIB\Diadoc\Api\Proto\Events\EncryptedDocumentMetadata $value | [
"Set",
"Metadata",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/EncryptedXmlDocumentAttachment.php#L331-L334 | train |
agentsib/diadoc-php | src/Api/Proto/Events/EncryptedXmlDocumentAttachment.php | EncryptedXmlDocumentAttachment.setXmlBasicMetadata | public function setXmlBasicMetadata(\AgentSIB\Diadoc\Api\Proto\Events\EncryptedXmlBasicDocumentMetadata $value)
{
$this->XmlBasicMetadata = $value;
} | php | public function setXmlBasicMetadata(\AgentSIB\Diadoc\Api\Proto\Events\EncryptedXmlBasicDocumentMetadata $value)
{
$this->XmlBasicMetadata = $value;
} | [
"public",
"function",
"setXmlBasicMetadata",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"EncryptedXmlBasicDocumentMetadata",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"XmlBasicMetadata",
"=",
"$",
"value",
";",
"}... | Set 'XmlBasicMetadata' value
@param \AgentSIB\Diadoc\Api\Proto\Events\EncryptedXmlBasicDocumentMetadata $value | [
"Set",
"XmlBasicMetadata",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/EncryptedXmlDocumentAttachment.php#L361-L364 | train |
agentsib/diadoc-php | src/Api/Proto/Recognition/Recognized.php | Recognized.setDocumentType | public function setDocumentType(\AgentSIB\Diadoc\Api\Proto\Recognition\RecognizedDocumentType $value = null)
{
$this->DocumentType = $value;
} | php | public function setDocumentType(\AgentSIB\Diadoc\Api\Proto\Recognition\RecognizedDocumentType $value = null)
{
$this->DocumentType = $value;
} | [
"public",
"function",
"setDocumentType",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Recognition",
"\\",
"RecognizedDocumentType",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"DocumentType",
"=",
"$",
"value",
";",
... | Set 'DocumentType' value
@param \AgentSIB\Diadoc\Api\Proto\Recognition\RecognizedDocumentType $value | [
"Set",
"DocumentType",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Recognition/Recognized.php#L194-L197 | train |
agentsib/diadoc-php | src/Api/Proto/Recognition/Recognized.php | Recognized.setInvoice | public function setInvoice(\AgentSIB\Diadoc\Api\Proto\Recognition\RecognizedInvoice $value = null)
{
$this->Invoice = $value;
} | php | public function setInvoice(\AgentSIB\Diadoc\Api\Proto\Recognition\RecognizedInvoice $value = null)
{
$this->Invoice = $value;
} | [
"public",
"function",
"setInvoice",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Recognition",
"\\",
"RecognizedInvoice",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Invoice",
"=",
"$",
"value",
";",
"}"
] | Set 'Invoice' value
@param \AgentSIB\Diadoc\Api\Proto\Recognition\RecognizedInvoice $value | [
"Set",
"Invoice",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Recognition/Recognized.php#L258-L261 | train |
agentsib/diadoc-php | src/Api/Proto/Documents/InvoiceDocument/InvoiceCorrectionMetadata.php | InvoiceCorrectionMetadata.setInvoiceCorrectionStatus | public function setInvoiceCorrectionStatus(\AgentSIB\Diadoc\Api\Proto\Documents\InvoiceDocument\InvoiceStatus $value = null)
{
$this->InvoiceCorrectionStatus = $value;
} | php | public function setInvoiceCorrectionStatus(\AgentSIB\Diadoc\Api\Proto\Documents\InvoiceDocument\InvoiceStatus $value = null)
{
$this->InvoiceCorrectionStatus = $value;
} | [
"public",
"function",
"setInvoiceCorrectionStatus",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"InvoiceDocument",
"\\",
"InvoiceStatus",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"InvoiceCorrectionSt... | Set 'InvoiceCorrectionStatus' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\InvoiceDocument\InvoiceStatus $value | [
"Set",
"InvoiceCorrectionStatus",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/InvoiceDocument/InvoiceCorrectionMetadata.php#L147-L150 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessagePatch.php | MessagePatch.addEntityPatches | public function addEntityPatches(\AgentSIB\Diadoc\Api\Proto\Events\EntityPatch $value)
{
if ($this->EntityPatches === null) {
$this->EntityPatches = new \Protobuf\MessageCollection();
}
$this->EntityPatches->add($value);
} | php | public function addEntityPatches(\AgentSIB\Diadoc\Api\Proto\Events\EntityPatch $value)
{
if ($this->EntityPatches === null) {
$this->EntityPatches = new \Protobuf\MessageCollection();
}
$this->EntityPatches->add($value);
} | [
"public",
"function",
"addEntityPatches",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"EntityPatch",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"EntityPatches",
"===",
"null",
")",
"{",
"$",
"this",... | Add a new element to 'EntityPatches'
@param \AgentSIB\Diadoc\Api\Proto\Events\EntityPatch $value | [
"Add",
"a",
"new",
"element",
"to",
"EntityPatches"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatch.php#L436-L443 | train |
agentsib/diadoc-php | src/Api/Proto/OrganizationUserPermissions.php | OrganizationUserPermissions.setDocumentAccessLevel | public function setDocumentAccessLevel(\AgentSIB\Diadoc\Api\Proto\DocumentAccessLevel $value = null)
{
$this->DocumentAccessLevel = $value;
} | php | public function setDocumentAccessLevel(\AgentSIB\Diadoc\Api\Proto\DocumentAccessLevel $value = null)
{
$this->DocumentAccessLevel = $value;
} | [
"public",
"function",
"setDocumentAccessLevel",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"DocumentAccessLevel",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"DocumentAccessLevel",
"=",
"$",
"value",
";",
"}"
] | Set 'DocumentAccessLevel' value
@param \AgentSIB\Diadoc\Api\Proto\DocumentAccessLevel $value | [
"Set",
"DocumentAccessLevel",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/OrganizationUserPermissions.php#L178-L181 | train |
agentsib/diadoc-php | src/Api/Proto/OrganizationUserPermissions.php | OrganizationUserPermissions.addSelectedDepartmentIds | public function addSelectedDepartmentIds($value)
{
if ($this->SelectedDepartmentIds === null) {
$this->SelectedDepartmentIds = new \Protobuf\ScalarCollection();
}
$this->SelectedDepartmentIds->add($value);
} | php | public function addSelectedDepartmentIds($value)
{
if ($this->SelectedDepartmentIds === null) {
$this->SelectedDepartmentIds = new \Protobuf\ScalarCollection();
}
$this->SelectedDepartmentIds->add($value);
} | [
"public",
"function",
"addSelectedDepartmentIds",
"(",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"SelectedDepartmentIds",
"===",
"null",
")",
"{",
"$",
"this",
"->",
"SelectedDepartmentIds",
"=",
"new",
"\\",
"Protobuf",
"\\",
"ScalarCollection",
"... | Add a new element to 'SelectedDepartmentIds'
@param string $value | [
"Add",
"a",
"new",
"element",
"to",
"SelectedDepartmentIds"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/OrganizationUserPermissions.php#L308-L315 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/DocflowStatus.php | DocflowStatus.setPrimaryStatus | public function setPrimaryStatus(\AgentSIB\Diadoc\Api\Proto\Docflow\DocflowStatusModel $value = null)
{
$this->PrimaryStatus = $value;
} | php | public function setPrimaryStatus(\AgentSIB\Diadoc\Api\Proto\Docflow\DocflowStatusModel $value = null)
{
$this->PrimaryStatus = $value;
} | [
"public",
"function",
"setPrimaryStatus",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"DocflowStatusModel",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"PrimaryStatus",
"=",
"$",
"value",
";",
"}"
] | Set 'PrimaryStatus' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\DocflowStatusModel $value | [
"Set",
"PrimaryStatus",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/DocflowStatus.php#L66-L69 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/DocflowStatus.php | DocflowStatus.setSecondaryStatus | public function setSecondaryStatus(\AgentSIB\Diadoc\Api\Proto\Docflow\DocflowStatusModel $value = null)
{
$this->SecondaryStatus = $value;
} | php | public function setSecondaryStatus(\AgentSIB\Diadoc\Api\Proto\Docflow\DocflowStatusModel $value = null)
{
$this->SecondaryStatus = $value;
} | [
"public",
"function",
"setSecondaryStatus",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"DocflowStatusModel",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"SecondaryStatus",
"=",
"$",
"value",
";",
"... | Set 'SecondaryStatus' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\DocflowStatusModel $value | [
"Set",
"SecondaryStatus",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/DocflowStatus.php#L96-L99 | train |
agentsib/diadoc-php | src/Api/Proto/CloudSignRequest.php | CloudSignRequest.addFiles | public function addFiles(\AgentSIB\Diadoc\Api\Proto\CloudSignFile $value)
{
if ($this->Files === null) {
$this->Files = new \Protobuf\MessageCollection();
}
$this->Files->add($value);
} | php | public function addFiles(\AgentSIB\Diadoc\Api\Proto\CloudSignFile $value)
{
if ($this->Files === null) {
$this->Files = new \Protobuf\MessageCollection();
}
$this->Files->add($value);
} | [
"public",
"function",
"addFiles",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"CloudSignFile",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Files",
"===",
"null",
")",
"{",
"$",
"this",
"->",
"Files",
"=",
"new"... | Add a new element to 'Files'
@param \AgentSIB\Diadoc\Api\Proto\CloudSignFile $value | [
"Add",
"a",
"new",
"element",
"to",
"Files"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/CloudSignRequest.php#L69-L76 | train |
agentsib/diadoc-php | src/Api/Proto/OrganizationPropertiesToUpdate.php | OrganizationPropertiesToUpdate.setOgrn | public function setOgrn(\AgentSIB\Diadoc\Api\Proto\StringValue $value = null)
{
$this->Ogrn = $value;
} | php | public function setOgrn(\AgentSIB\Diadoc\Api\Proto\StringValue $value = null)
{
$this->Ogrn = $value;
} | [
"public",
"function",
"setOgrn",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"StringValue",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Ogrn",
"=",
"$",
"value",
";",
"}"
] | Set 'Ogrn' value
@param \AgentSIB\Diadoc\Api\Proto\StringValue $value | [
"Set",
"Ogrn",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/OrganizationPropertiesToUpdate.php#L117-L120 | train |
agentsib/diadoc-php | src/Api/Proto/OrganizationPropertiesToUpdate.php | OrganizationPropertiesToUpdate.setIfnsCode | public function setIfnsCode(\AgentSIB\Diadoc\Api\Proto\StringValue $value = null)
{
$this->IfnsCode = $value;
} | php | public function setIfnsCode(\AgentSIB\Diadoc\Api\Proto\StringValue $value = null)
{
$this->IfnsCode = $value;
} | [
"public",
"function",
"setIfnsCode",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"StringValue",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"IfnsCode",
"=",
"$",
"value",
";",
"}"
] | Set 'IfnsCode' value
@param \AgentSIB\Diadoc\Api\Proto\StringValue $value | [
"Set",
"IfnsCode",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/OrganizationPropertiesToUpdate.php#L147-L150 | train |
agentsib/diadoc-php | src/Api/Proto/OrganizationPropertiesToUpdate.php | OrganizationPropertiesToUpdate.setHeadOrganizationProperties | public function setHeadOrganizationProperties(\AgentSIB\Diadoc\Api\Proto\HeadOrganizationPropertiesToUpdate $value = null)
{
$this->HeadOrganizationProperties = $value;
} | php | public function setHeadOrganizationProperties(\AgentSIB\Diadoc\Api\Proto\HeadOrganizationPropertiesToUpdate $value = null)
{
$this->HeadOrganizationProperties = $value;
} | [
"public",
"function",
"setHeadOrganizationProperties",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"HeadOrganizationPropertiesToUpdate",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"HeadOrganizationProperties",
"=",
"$",
"v... | Set 'HeadOrganizationProperties' value
@param \AgentSIB\Diadoc\Api\Proto\HeadOrganizationPropertiesToUpdate $value | [
"Set",
"HeadOrganizationProperties",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/OrganizationPropertiesToUpdate.php#L207-L210 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/DocumentWithDocflow.php | DocumentWithDocflow.setLastEventTimestamp | public function setLastEventTimestamp(\AgentSIB\Diadoc\Api\Proto\Timestamp $value = null)
{
$this->LastEventTimestamp = $value;
} | php | public function setLastEventTimestamp(\AgentSIB\Diadoc\Api\Proto\Timestamp $value = null)
{
$this->LastEventTimestamp = $value;
} | [
"public",
"function",
"setLastEventTimestamp",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Timestamp",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"LastEventTimestamp",
"=",
"$",
"value",
";",
"}"
] | Set 'LastEventTimestamp' value
@param \AgentSIB\Diadoc\Api\Proto\Timestamp $value | [
"Set",
"LastEventTimestamp",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/DocumentWithDocflow.php#L168-L171 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/DocumentWithDocflow.php | DocumentWithDocflow.setDocflow | public function setDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\Docflow $value = null)
{
$this->Docflow = $value;
} | php | public function setDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\Docflow $value = null)
{
$this->Docflow = $value;
} | [
"public",
"function",
"setDocflow",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"Docflow",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Docflow",
"=",
"$",
"value",
";",
"}"
] | Set 'Docflow' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\Docflow $value | [
"Set",
"Docflow",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/DocumentWithDocflow.php#L228-L231 | train |
agentsib/diadoc-php | src/Api/Proto/Address.php | Address.setRussianAddress | public function setRussianAddress(\AgentSIB\Diadoc\Api\Proto\RussianAddress $value = null)
{
$this->RussianAddress = $value;
} | php | public function setRussianAddress(\AgentSIB\Diadoc\Api\Proto\RussianAddress $value = null)
{
$this->RussianAddress = $value;
} | [
"public",
"function",
"setRussianAddress",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"RussianAddress",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"RussianAddress",
"=",
"$",
"value",
";",
"}"
] | Set 'RussianAddress' value
@param \AgentSIB\Diadoc\Api\Proto\RussianAddress $value | [
"Set",
"RussianAddress",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Address.php#L73-L76 | train |
agentsib/diadoc-php | src/Api/Proto/Address.php | Address.setForeignAddress | public function setForeignAddress(\AgentSIB\Diadoc\Api\Proto\ForeignAddress $value = null)
{
$this->ForeignAddress = $value;
} | php | public function setForeignAddress(\AgentSIB\Diadoc\Api\Proto\ForeignAddress $value = null)
{
$this->ForeignAddress = $value;
} | [
"public",
"function",
"setForeignAddress",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"ForeignAddress",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"ForeignAddress",
"=",
"$",
"value",
";",
"}"
] | Set 'ForeignAddress' value
@param \AgentSIB\Diadoc\Api\Proto\ForeignAddress $value | [
"Set",
"ForeignAddress",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Address.php#L103-L106 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/PriceListDocumentInfo.php | PriceListDocumentInfo.setContractDocumentDateAndNumber | public function setContractDocumentDateAndNumber(\AgentSIB\Diadoc\Api\Proto\Docflow\DocumentDateAndNumber $value = null)
{
$this->ContractDocumentDateAndNumber = $value;
} | php | public function setContractDocumentDateAndNumber(\AgentSIB\Diadoc\Api\Proto\Docflow\DocumentDateAndNumber $value = null)
{
$this->ContractDocumentDateAndNumber = $value;
} | [
"public",
"function",
"setContractDocumentDateAndNumber",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"DocumentDateAndNumber",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"ContractDocumentDateAndNumber",
"=... | Set 'ContractDocumentDateAndNumber' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\DocumentDateAndNumber $value | [
"Set",
"ContractDocumentDateAndNumber",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/PriceListDocumentInfo.php#L96-L99 | train |
agentsib/diadoc-php | src/Api/Proto/KeyValueStorage/KeyValueStorageApiGetRequest.php | KeyValueStorageApiGetRequest.addKeys | public function addKeys($value)
{
if ($this->Keys === null) {
$this->Keys = new \Protobuf\ScalarCollection();
}
$this->Keys->add($value);
} | php | public function addKeys($value)
{
if ($this->Keys === null) {
$this->Keys = new \Protobuf\ScalarCollection();
}
$this->Keys->add($value);
} | [
"public",
"function",
"addKeys",
"(",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Keys",
"===",
"null",
")",
"{",
"$",
"this",
"->",
"Keys",
"=",
"new",
"\\",
"Protobuf",
"\\",
"ScalarCollection",
"(",
")",
";",
"}",
"$",
"this",
"->",
... | Add a new element to 'Keys'
@param string $value | [
"Add",
"a",
"new",
"element",
"to",
"Keys"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/KeyValueStorage/KeyValueStorageApiGetRequest.php#L70-L77 | train |
agentsib/diadoc-php | src/Api/Proto/Forwarding/ForwardDocumentResponse.php | ForwardDocumentResponse.setForwardTimestamp | public function setForwardTimestamp(\AgentSIB\Diadoc\Api\Proto\Timestamp $value = null)
{
$this->ForwardTimestamp = $value;
} | php | public function setForwardTimestamp(\AgentSIB\Diadoc\Api\Proto\Timestamp $value = null)
{
$this->ForwardTimestamp = $value;
} | [
"public",
"function",
"setForwardTimestamp",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Timestamp",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"ForwardTimestamp",
"=",
"$",
"value",
";",
"}"
] | Set 'ForwardTimestamp' value
@param \AgentSIB\Diadoc\Api\Proto\Timestamp $value | [
"Set",
"ForwardTimestamp",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Forwarding/ForwardDocumentResponse.php#L66-L69 | train |
agentsib/diadoc-php | src/Api/Proto/Forwarding/ForwardDocumentResponse.php | ForwardDocumentResponse.setForwardedDocumentId | public function setForwardedDocumentId(\AgentSIB\Diadoc\Api\Proto\Forwarding\ForwardedDocumentId $value = null)
{
$this->ForwardedDocumentId = $value;
} | php | public function setForwardedDocumentId(\AgentSIB\Diadoc\Api\Proto\Forwarding\ForwardedDocumentId $value = null)
{
$this->ForwardedDocumentId = $value;
} | [
"public",
"function",
"setForwardedDocumentId",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Forwarding",
"\\",
"ForwardedDocumentId",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"ForwardedDocumentId",
"=",
"$",
"value"... | Set 'ForwardedDocumentId' value
@param \AgentSIB\Diadoc\Api\Proto\Forwarding\ForwardedDocumentId $value | [
"Set",
"ForwardedDocumentId",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Forwarding/ForwardDocumentResponse.php#L96-L99 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/InvoiceCorrectionItem.php | InvoiceCorrectionItem.setOriginalValues | public function setOriginalValues(\AgentSIB\Diadoc\Api\Proto\Invoicing\CorrectableInvoiceItemFields $value)
{
$this->OriginalValues = $value;
} | php | public function setOriginalValues(\AgentSIB\Diadoc\Api\Proto\Invoicing\CorrectableInvoiceItemFields $value)
{
$this->OriginalValues = $value;
} | [
"public",
"function",
"setOriginalValues",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"CorrectableInvoiceItemFields",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"OriginalValues",
"=",
"$",
"value",
";",
"}"
] | Set 'OriginalValues' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\CorrectableInvoiceItemFields $value | [
"Set",
"OriginalValues",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/InvoiceCorrectionItem.php#L131-L134 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/InvoiceCorrectionItem.php | InvoiceCorrectionItem.setCorrectedValues | public function setCorrectedValues(\AgentSIB\Diadoc\Api\Proto\Invoicing\CorrectableInvoiceItemFields $value)
{
$this->CorrectedValues = $value;
} | php | public function setCorrectedValues(\AgentSIB\Diadoc\Api\Proto\Invoicing\CorrectableInvoiceItemFields $value)
{
$this->CorrectedValues = $value;
} | [
"public",
"function",
"setCorrectedValues",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"CorrectableInvoiceItemFields",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"CorrectedValues",
"=",
"$",
"value",
";",
"}"
] | Set 'CorrectedValues' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\CorrectableInvoiceItemFields $value | [
"Set",
"CorrectedValues",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/InvoiceCorrectionItem.php#L161-L164 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/InvoiceCorrectionItem.php | InvoiceCorrectionItem.setAmountsInc | public function setAmountsInc(\AgentSIB\Diadoc\Api\Proto\Invoicing\InvoiceItemAmountsDiff $value = null)
{
$this->AmountsInc = $value;
} | php | public function setAmountsInc(\AgentSIB\Diadoc\Api\Proto\Invoicing\InvoiceItemAmountsDiff $value = null)
{
$this->AmountsInc = $value;
} | [
"public",
"function",
"setAmountsInc",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"InvoiceItemAmountsDiff",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"AmountsInc",
"=",
"$",
"value",
";",
"}"
] | Set 'AmountsInc' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\InvoiceItemAmountsDiff $value | [
"Set",
"AmountsInc",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/InvoiceCorrectionItem.php#L191-L194 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/InvoiceCorrectionItem.php | InvoiceCorrectionItem.setAmountsDec | public function setAmountsDec(\AgentSIB\Diadoc\Api\Proto\Invoicing\InvoiceItemAmountsDiff $value = null)
{
$this->AmountsDec = $value;
} | php | public function setAmountsDec(\AgentSIB\Diadoc\Api\Proto\Invoicing\InvoiceItemAmountsDiff $value = null)
{
$this->AmountsDec = $value;
} | [
"public",
"function",
"setAmountsDec",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"InvoiceItemAmountsDiff",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"AmountsDec",
"=",
"$",
"value",
";",
"}"
] | Set 'AmountsDec' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\InvoiceItemAmountsDiff $value | [
"Set",
"AmountsDec",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/InvoiceCorrectionItem.php#L221-L224 | train |
agentsib/diadoc-php | src/Api/Proto/Events/Entity.php | Entity.setEntityType | public function setEntityType(\AgentSIB\Diadoc\Api\Proto\Events\EntityType $value = null)
{
$this->EntityType = $value;
} | php | public function setEntityType(\AgentSIB\Diadoc\Api\Proto\Events\EntityType $value = null)
{
$this->EntityType = $value;
} | [
"public",
"function",
"setEntityType",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"EntityType",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"EntityType",
"=",
"$",
"value",
";",
"}"
] | Set 'EntityType' value
@param \AgentSIB\Diadoc\Api\Proto\Events\EntityType $value | [
"Set",
"EntityType",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/Entity.php#L201-L204 | train |
agentsib/diadoc-php | src/Api/Proto/Events/Entity.php | Entity.setAttachmentType | public function setAttachmentType(\AgentSIB\Diadoc\Api\Proto\Events\AttachmentType $value = null)
{
$this->AttachmentType = $value;
} | php | public function setAttachmentType(\AgentSIB\Diadoc\Api\Proto\Events\AttachmentType $value = null)
{
$this->AttachmentType = $value;
} | [
"public",
"function",
"setAttachmentType",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"AttachmentType",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"AttachmentType",
"=",
"$",
"value",
";",
"}"
] | Set 'AttachmentType' value
@param \AgentSIB\Diadoc\Api\Proto\Events\AttachmentType $value | [
"Set",
"AttachmentType",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/Entity.php#L321-L324 | train |
agentsib/diadoc-php | src/Api/Proto/Events/Entity.php | Entity.setResolutionInfo | public function setResolutionInfo(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionInfo $value = null)
{
$this->ResolutionInfo = $value;
} | php | public function setResolutionInfo(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionInfo $value = null)
{
$this->ResolutionInfo = $value;
} | [
"public",
"function",
"setResolutionInfo",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ResolutionInfo",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"ResolutionInfo",
"=",
"$",
"value",
";",
"}"
] | Set 'ResolutionInfo' value
@param \AgentSIB\Diadoc\Api\Proto\Events\ResolutionInfo $value | [
"Set",
"ResolutionInfo",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/Entity.php#L531-L534 | train |
agentsib/diadoc-php | src/Api/Proto/Events/Entity.php | Entity.setResolutionRequestInfo | public function setResolutionRequestInfo(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestInfo $value = null)
{
$this->ResolutionRequestInfo = $value;
} | php | public function setResolutionRequestInfo(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestInfo $value = null)
{
$this->ResolutionRequestInfo = $value;
} | [
"public",
"function",
"setResolutionRequestInfo",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ResolutionRequestInfo",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"ResolutionRequestInfo",
"=",
"$",
"valu... | Set 'ResolutionRequestInfo' value
@param \AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestInfo $value | [
"Set",
"ResolutionRequestInfo",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/Entity.php#L591-L594 | train |
agentsib/diadoc-php | src/Api/Proto/Events/Entity.php | Entity.setResolutionRequestDenialInfo | public function setResolutionRequestDenialInfo(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestDenialInfo $value = null)
{
$this->ResolutionRequestDenialInfo = $value;
} | php | public function setResolutionRequestDenialInfo(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestDenialInfo $value = null)
{
$this->ResolutionRequestDenialInfo = $value;
} | [
"public",
"function",
"setResolutionRequestDenialInfo",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ResolutionRequestDenialInfo",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"ResolutionRequestDenialInfo",
"... | Set 'ResolutionRequestDenialInfo' value
@param \AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestDenialInfo $value | [
"Set",
"ResolutionRequestDenialInfo",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/Entity.php#L621-L624 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/Docflow.php | Docflow.setDocumentAttachment | public function setDocumentAttachment(\AgentSIB\Diadoc\Api\Proto\Docflow\SignedAttachment $value = null)
{
$this->DocumentAttachment = $value;
} | php | public function setDocumentAttachment(\AgentSIB\Diadoc\Api\Proto\Docflow\SignedAttachment $value = null)
{
$this->DocumentAttachment = $value;
} | [
"public",
"function",
"setDocumentAttachment",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"SignedAttachment",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"DocumentAttachment",
"=",
"$",
"value",
";",... | Set 'DocumentAttachment' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\SignedAttachment $value | [
"Set",
"DocumentAttachment",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/Docflow.php#L201-L204 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/Docflow.php | Docflow.setDocflowStatus | public function setDocflowStatus(\AgentSIB\Diadoc\Api\Proto\Docflow\DocflowStatus $value = null)
{
$this->DocflowStatus = $value;
} | php | public function setDocflowStatus(\AgentSIB\Diadoc\Api\Proto\Docflow\DocflowStatus $value = null)
{
$this->DocflowStatus = $value;
} | [
"public",
"function",
"setDocflowStatus",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"DocflowStatus",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"DocflowStatus",
"=",
"$",
"value",
";",
"}"
] | Set 'DocflowStatus' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\DocflowStatus $value | [
"Set",
"DocflowStatus",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/Docflow.php#L291-L294 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/Docflow.php | Docflow.setSendTimestamp | public function setSendTimestamp(\AgentSIB\Diadoc\Api\Proto\Timestamp $value = null)
{
$this->SendTimestamp = $value;
} | php | public function setSendTimestamp(\AgentSIB\Diadoc\Api\Proto\Timestamp $value = null)
{
$this->SendTimestamp = $value;
} | [
"public",
"function",
"setSendTimestamp",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Timestamp",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"SendTimestamp",
"=",
"$",
"value",
";",
"}"
] | Set 'SendTimestamp' value
@param \AgentSIB\Diadoc\Api\Proto\Timestamp $value | [
"Set",
"SendTimestamp",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/Docflow.php#L321-L324 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/Docflow.php | Docflow.setInboundInvoiceDocflow | public function setInboundInvoiceDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\InboundInvoiceDocflow $value = null)
{
$this->InboundInvoiceDocflow = $value;
} | php | public function setInboundInvoiceDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\InboundInvoiceDocflow $value = null)
{
$this->InboundInvoiceDocflow = $value;
} | [
"public",
"function",
"setInboundInvoiceDocflow",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"InboundInvoiceDocflow",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"InboundInvoiceDocflow",
"=",
"$",
"val... | Set 'InboundInvoiceDocflow' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\InboundInvoiceDocflow $value | [
"Set",
"InboundInvoiceDocflow",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/Docflow.php#L381-L384 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/Docflow.php | Docflow.setOutboundInvoiceDocflow | public function setOutboundInvoiceDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\OutboundInvoiceDocflow $value = null)
{
$this->OutboundInvoiceDocflow = $value;
} | php | public function setOutboundInvoiceDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\OutboundInvoiceDocflow $value = null)
{
$this->OutboundInvoiceDocflow = $value;
} | [
"public",
"function",
"setOutboundInvoiceDocflow",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"OutboundInvoiceDocflow",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"OutboundInvoiceDocflow",
"=",
"$",
"... | Set 'OutboundInvoiceDocflow' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\OutboundInvoiceDocflow $value | [
"Set",
"OutboundInvoiceDocflow",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/Docflow.php#L411-L414 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/Docflow.php | Docflow.setXmlBilateralDocflow | public function setXmlBilateralDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\XmlBilateralDocflow $value = null)
{
$this->XmlBilateralDocflow = $value;
} | php | public function setXmlBilateralDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\XmlBilateralDocflow $value = null)
{
$this->XmlBilateralDocflow = $value;
} | [
"public",
"function",
"setXmlBilateralDocflow",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"XmlBilateralDocflow",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"XmlBilateralDocflow",
"=",
"$",
"value",
... | Set 'XmlBilateralDocflow' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\XmlBilateralDocflow $value | [
"Set",
"XmlBilateralDocflow",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/Docflow.php#L441-L444 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/Docflow.php | Docflow.setBilateralDocflow | public function setBilateralDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\BilateralDocflow $value = null)
{
$this->BilateralDocflow = $value;
} | php | public function setBilateralDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\BilateralDocflow $value = null)
{
$this->BilateralDocflow = $value;
} | [
"public",
"function",
"setBilateralDocflow",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"BilateralDocflow",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"BilateralDocflow",
"=",
"$",
"value",
";",
"... | Set 'BilateralDocflow' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\BilateralDocflow $value | [
"Set",
"BilateralDocflow",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/Docflow.php#L471-L474 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/Docflow.php | Docflow.setUnilateralDocflow | public function setUnilateralDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\UnilateralDocflow $value = null)
{
$this->UnilateralDocflow = $value;
} | php | public function setUnilateralDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\UnilateralDocflow $value = null)
{
$this->UnilateralDocflow = $value;
} | [
"public",
"function",
"setUnilateralDocflow",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"UnilateralDocflow",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"UnilateralDocflow",
"=",
"$",
"value",
";",
... | Set 'UnilateralDocflow' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\UnilateralDocflow $value | [
"Set",
"UnilateralDocflow",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/Docflow.php#L501-L504 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/Docflow.php | Docflow.setRevocationDocflow | public function setRevocationDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\RevocationDocflow $value = null)
{
$this->RevocationDocflow = $value;
} | php | public function setRevocationDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\RevocationDocflow $value = null)
{
$this->RevocationDocflow = $value;
} | [
"public",
"function",
"setRevocationDocflow",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"RevocationDocflow",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"RevocationDocflow",
"=",
"$",
"value",
";",
... | Set 'RevocationDocflow' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\RevocationDocflow $value | [
"Set",
"RevocationDocflow",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/Docflow.php#L531-L534 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/Docflow.php | Docflow.setResolutionDocflow | public function setResolutionDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\ResolutionDocflow $value = null)
{
$this->ResolutionDocflow = $value;
} | php | public function setResolutionDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\ResolutionDocflow $value = null)
{
$this->ResolutionDocflow = $value;
} | [
"public",
"function",
"setResolutionDocflow",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"ResolutionDocflow",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"ResolutionDocflow",
"=",
"$",
"value",
";",
... | Set 'ResolutionDocflow' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\ResolutionDocflow $value | [
"Set",
"ResolutionDocflow",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/Docflow.php#L561-L564 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/DocumentInfo.php | DocumentInfo.setDocumentDateAndNumber | public function setDocumentDateAndNumber(\AgentSIB\Diadoc\Api\Proto\Docflow\DocumentDateAndNumber $value = null)
{
$this->DocumentDateAndNumber = $value;
} | php | public function setDocumentDateAndNumber(\AgentSIB\Diadoc\Api\Proto\Docflow\DocumentDateAndNumber $value = null)
{
$this->DocumentDateAndNumber = $value;
} | [
"public",
"function",
"setDocumentDateAndNumber",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"DocumentDateAndNumber",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"DocumentDateAndNumber",
"=",
"$",
"val... | Set 'DocumentDateAndNumber' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\DocumentDateAndNumber $value | [
"Set",
"DocumentDateAndNumber",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/DocumentInfo.php#L371-L374 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/DocumentInfo.php | DocumentInfo.setBasicDocumentInfo | public function setBasicDocumentInfo(\AgentSIB\Diadoc\Api\Proto\Docflow\BasicDocumentInfo $value = null)
{
$this->BasicDocumentInfo = $value;
} | php | public function setBasicDocumentInfo(\AgentSIB\Diadoc\Api\Proto\Docflow\BasicDocumentInfo $value = null)
{
$this->BasicDocumentInfo = $value;
} | [
"public",
"function",
"setBasicDocumentInfo",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"BasicDocumentInfo",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"BasicDocumentInfo",
"=",
"$",
"value",
";",
... | Set 'BasicDocumentInfo' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\BasicDocumentInfo $value | [
"Set",
"BasicDocumentInfo",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/DocumentInfo.php#L401-L404 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/DocumentInfo.php | DocumentInfo.setInvoiceInfo | public function setInvoiceInfo(\AgentSIB\Diadoc\Api\Proto\Docflow\InvoiceDocumentInfo $value = null)
{
$this->InvoiceInfo = $value;
} | php | public function setInvoiceInfo(\AgentSIB\Diadoc\Api\Proto\Docflow\InvoiceDocumentInfo $value = null)
{
$this->InvoiceInfo = $value;
} | [
"public",
"function",
"setInvoiceInfo",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"InvoiceDocumentInfo",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"InvoiceInfo",
"=",
"$",
"value",
";",
"}"
] | Set 'InvoiceInfo' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\InvoiceDocumentInfo $value | [
"Set",
"InvoiceInfo",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/DocumentInfo.php#L431-L434 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/DocumentInfo.php | DocumentInfo.setInvoiceCorrectionInfo | public function setInvoiceCorrectionInfo(\AgentSIB\Diadoc\Api\Proto\Docflow\InvoiceCorrectionDocumentInfo $value = null)
{
$this->InvoiceCorrectionInfo = $value;
} | php | public function setInvoiceCorrectionInfo(\AgentSIB\Diadoc\Api\Proto\Docflow\InvoiceCorrectionDocumentInfo $value = null)
{
$this->InvoiceCorrectionInfo = $value;
} | [
"public",
"function",
"setInvoiceCorrectionInfo",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"InvoiceCorrectionDocumentInfo",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"InvoiceCorrectionInfo",
"=",
"$"... | Set 'InvoiceCorrectionInfo' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\InvoiceCorrectionDocumentInfo $value | [
"Set",
"InvoiceCorrectionInfo",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/DocumentInfo.php#L461-L464 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/DocumentInfo.php | DocumentInfo.setPriceListInfo | public function setPriceListInfo(\AgentSIB\Diadoc\Api\Proto\Docflow\PriceListDocumentInfo $value = null)
{
$this->PriceListInfo = $value;
} | php | public function setPriceListInfo(\AgentSIB\Diadoc\Api\Proto\Docflow\PriceListDocumentInfo $value = null)
{
$this->PriceListInfo = $value;
} | [
"public",
"function",
"setPriceListInfo",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"PriceListDocumentInfo",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"PriceListInfo",
"=",
"$",
"value",
";",
"}... | Set 'PriceListInfo' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\PriceListDocumentInfo $value | [
"Set",
"PriceListInfo",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/DocumentInfo.php#L491-L494 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/DocumentInfo.php | DocumentInfo.setContractInfo | public function setContractInfo(\AgentSIB\Diadoc\Api\Proto\Docflow\ContractDocumentInfo $value = null)
{
$this->ContractInfo = $value;
} | php | public function setContractInfo(\AgentSIB\Diadoc\Api\Proto\Docflow\ContractDocumentInfo $value = null)
{
$this->ContractInfo = $value;
} | [
"public",
"function",
"setContractInfo",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"ContractDocumentInfo",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"ContractInfo",
"=",
"$",
"value",
";",
"}"
] | Set 'ContractInfo' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\ContractDocumentInfo $value | [
"Set",
"ContractInfo",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/DocumentInfo.php#L521-L524 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/DocumentInfo.php | DocumentInfo.setSupplementaryAgreementInfo | public function setSupplementaryAgreementInfo(\AgentSIB\Diadoc\Api\Proto\Docflow\SupplementaryAgreementDocumentInfo $value = null)
{
$this->SupplementaryAgreementInfo = $value;
} | php | public function setSupplementaryAgreementInfo(\AgentSIB\Diadoc\Api\Proto\Docflow\SupplementaryAgreementDocumentInfo $value = null)
{
$this->SupplementaryAgreementInfo = $value;
} | [
"public",
"function",
"setSupplementaryAgreementInfo",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"SupplementaryAgreementDocumentInfo",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"SupplementaryAgreementInfo... | Set 'SupplementaryAgreementInfo' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\SupplementaryAgreementDocumentInfo $value | [
"Set",
"SupplementaryAgreementInfo",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/DocumentInfo.php#L551-L554 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/Signature.php | Signature.setVerificationResult | public function setVerificationResult(\AgentSIB\Diadoc\Api\Proto\SignatureVerificationResult $value = null)
{
$this->VerificationResult = $value;
} | php | public function setVerificationResult(\AgentSIB\Diadoc\Api\Proto\SignatureVerificationResult $value = null)
{
$this->VerificationResult = $value;
} | [
"public",
"function",
"setVerificationResult",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"SignatureVerificationResult",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"VerificationResult",
"=",
"$",
"value",
";",
"}"
] | Set 'VerificationResult' value
@param \AgentSIB\Diadoc\Api\Proto\SignatureVerificationResult $value | [
"Set",
"VerificationResult",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/Signature.php#L207-L210 | train |
agentsib/diadoc-php | src/Api/Proto/HeadOrganizationPropertiesToUpdate.php | HeadOrganizationPropertiesToUpdate.setKpp | public function setKpp(\AgentSIB\Diadoc\Api\Proto\StringValue $value = null)
{
$this->Kpp = $value;
} | php | public function setKpp(\AgentSIB\Diadoc\Api\Proto\StringValue $value = null)
{
$this->Kpp = $value;
} | [
"public",
"function",
"setKpp",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"StringValue",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Kpp",
"=",
"$",
"value",
";",
"}"
] | Set 'Kpp' value
@param \AgentSIB\Diadoc\Api\Proto\StringValue $value | [
"Set",
"Kpp",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/HeadOrganizationPropertiesToUpdate.php#L73-L76 | train |
agentsib/diadoc-php | src/Api/Proto/HeadOrganizationPropertiesToUpdate.php | HeadOrganizationPropertiesToUpdate.setFullName | public function setFullName(\AgentSIB\Diadoc\Api\Proto\StringValue $value = null)
{
$this->FullName = $value;
} | php | public function setFullName(\AgentSIB\Diadoc\Api\Proto\StringValue $value = null)
{
$this->FullName = $value;
} | [
"public",
"function",
"setFullName",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"StringValue",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"FullName",
"=",
"$",
"value",
";",
"}"
] | Set 'FullName' value
@param \AgentSIB\Diadoc\Api\Proto\StringValue $value | [
"Set",
"FullName",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/HeadOrganizationPropertiesToUpdate.php#L103-L106 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/InvoiceCorrectionInfo.php | InvoiceCorrectionInfo.setTotalsInc | public function setTotalsInc(\AgentSIB\Diadoc\Api\Proto\Invoicing\InvoiceTotalsDiff $value = null)
{
$this->TotalsInc = $value;
} | php | public function setTotalsInc(\AgentSIB\Diadoc\Api\Proto\Invoicing\InvoiceTotalsDiff $value = null)
{
$this->TotalsInc = $value;
} | [
"public",
"function",
"setTotalsInc",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"InvoiceTotalsDiff",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"TotalsInc",
"=",
"$",
"value",
";",
"}"
] | Set 'TotalsInc' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\InvoiceTotalsDiff $value | [
"Set",
"TotalsInc",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/InvoiceCorrectionInfo.php#L592-L595 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/InvoiceCorrectionInfo.php | InvoiceCorrectionInfo.setTotalsDec | public function setTotalsDec(\AgentSIB\Diadoc\Api\Proto\Invoicing\InvoiceTotalsDiff $value = null)
{
$this->TotalsDec = $value;
} | php | public function setTotalsDec(\AgentSIB\Diadoc\Api\Proto\Invoicing\InvoiceTotalsDiff $value = null)
{
$this->TotalsDec = $value;
} | [
"public",
"function",
"setTotalsDec",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"InvoiceTotalsDiff",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"TotalsDec",
"=",
"$",
"value",
";",
"}"
] | Set 'TotalsDec' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\InvoiceTotalsDiff $value | [
"Set",
"TotalsDec",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/InvoiceCorrectionInfo.php#L622-L625 | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.