id int32 0 241k | 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
42,600 | 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 |
42,601 | 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 |
42,602 | 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 |
42,603 | 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 |
42,604 | 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 |
42,605 | 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 |
42,606 | 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 |
42,607 | 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 |
42,608 | 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 |
42,609 | 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 |
42,610 | 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 |
42,611 | 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 |
42,612 | 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 |
42,613 | 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 |
42,614 | 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 |
42,615 | 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 |
42,616 | 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 |
42,617 | 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 |
42,618 | 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 |
42,619 | 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 |
42,620 | 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 |
42,621 | 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 |
42,622 | 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 |
42,623 | 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 |
42,624 | 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 |
42,625 | 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 |
42,626 | 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 |
42,627 | 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 |
42,628 | 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 |
42,629 | 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 |
42,630 | 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 |
42,631 | 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 |
42,632 | 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 |
42,633 | 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 |
42,634 | 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 |
42,635 | 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 |
42,636 | 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 |
42,637 | 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 |
42,638 | 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 |
42,639 | 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 |
42,640 | agentsib/diadoc-php | src/Api/Proto/Docflow/InvoiceConfirmationDocflow.php | InvoiceConfirmationDocflow.setConfirmationAttachment | public function setConfirmationAttachment(\AgentSIB\Diadoc\Api\Proto\Docflow\SignedAttachment $value = null)
{
$this->ConfirmationAttachment = $value;
} | php | public function setConfirmationAttachment(\AgentSIB\Diadoc\Api\Proto\Docflow\SignedAttachment $value = null)
{
$this->ConfirmationAttachment = $value;
} | [
"public",
"function",
"setConfirmationAttachment",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"SignedAttachment",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"ConfirmationAttachment",
"=",
"$",
"value"... | Set 'ConfirmationAttachment' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\SignedAttachment $value | [
"Set",
"ConfirmationAttachment",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/InvoiceConfirmationDocflow.php#L103-L106 |
42,641 | agentsib/diadoc-php | src/Api/Proto/User.php | User.addCloudCertificates | public function addCloudCertificates(\AgentSIB\Diadoc\Api\Proto\CertificateInfo $value)
{
if ($this->CloudCertificates === null) {
$this->CloudCertificates = new \Protobuf\MessageCollection();
}
$this->CloudCertificates->add($value);
} | php | public function addCloudCertificates(\AgentSIB\Diadoc\Api\Proto\CertificateInfo $value)
{
if ($this->CloudCertificates === null) {
$this->CloudCertificates = new \Protobuf\MessageCollection();
}
$this->CloudCertificates->add($value);
} | [
"public",
"function",
"addCloudCertificates",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"CertificateInfo",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"CloudCertificates",
"===",
"null",
")",
"{",
"$",
"this",
"->",... | Add a new element to 'CloudCertificates'
@param \AgentSIB\Diadoc\Api\Proto\CertificateInfo $value | [
"Add",
"a",
"new",
"element",
"to",
"CloudCertificates"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/User.php#L217-L224 |
42,642 | agentsib/diadoc-php | src/Api/Proto/Docflow/BuyerTitleDocflow.php | BuyerTitleDocflow.setBuyerTitleAttachment | public function setBuyerTitleAttachment(\AgentSIB\Diadoc\Api\Proto\Docflow\SignedAttachment $value = null)
{
$this->BuyerTitleAttachment = $value;
} | php | public function setBuyerTitleAttachment(\AgentSIB\Diadoc\Api\Proto\Docflow\SignedAttachment $value = null)
{
$this->BuyerTitleAttachment = $value;
} | [
"public",
"function",
"setBuyerTitleAttachment",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"SignedAttachment",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"BuyerTitleAttachment",
"=",
"$",
"value",
... | Set 'BuyerTitleAttachment' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\SignedAttachment $value | [
"Set",
"BuyerTitleAttachment",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/BuyerTitleDocflow.php#L110-L113 |
42,643 | agentsib/diadoc-php | src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php | Torg12SellerTitleInfo.setSellerDocflowParticipant | public function setSellerDocflowParticipant(\AgentSIB\Diadoc\Api\Proto\Invoicing\DocflowParticipant $value)
{
$this->SellerDocflowParticipant = $value;
} | php | public function setSellerDocflowParticipant(\AgentSIB\Diadoc\Api\Proto\Invoicing\DocflowParticipant $value)
{
$this->SellerDocflowParticipant = $value;
} | [
"public",
"function",
"setSellerDocflowParticipant",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"DocflowParticipant",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"SellerDocflowParticipant",
"=",
"$",
"value",
";",
... | Set 'SellerDocflowParticipant' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\DocflowParticipant $value | [
"Set",
"SellerDocflowParticipant",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php#L329-L332 |
42,644 | agentsib/diadoc-php | src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php | Torg12SellerTitleInfo.setBuyerDocflowParticipant | public function setBuyerDocflowParticipant(\AgentSIB\Diadoc\Api\Proto\Invoicing\DocflowParticipant $value)
{
$this->BuyerDocflowParticipant = $value;
} | php | public function setBuyerDocflowParticipant(\AgentSIB\Diadoc\Api\Proto\Invoicing\DocflowParticipant $value)
{
$this->BuyerDocflowParticipant = $value;
} | [
"public",
"function",
"setBuyerDocflowParticipant",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"DocflowParticipant",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"BuyerDocflowParticipant",
"=",
"$",
"value",
";",
... | Set 'BuyerDocflowParticipant' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\DocflowParticipant $value | [
"Set",
"BuyerDocflowParticipant",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php#L359-L362 |
42,645 | agentsib/diadoc-php | src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php | Torg12SellerTitleInfo.setSupplier | public function setSupplier(\AgentSIB\Diadoc\Api\Proto\Invoicing\OrganizationInfo $value = null)
{
$this->Supplier = $value;
} | php | public function setSupplier(\AgentSIB\Diadoc\Api\Proto\Invoicing\OrganizationInfo $value = null)
{
$this->Supplier = $value;
} | [
"public",
"function",
"setSupplier",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"OrganizationInfo",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Supplier",
"=",
"$",
"value",
";",
"}"
] | Set 'Supplier' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\OrganizationInfo $value | [
"Set",
"Supplier",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php#L449-L452 |
42,646 | agentsib/diadoc-php | src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php | Torg12SellerTitleInfo.setPayer | public function setPayer(\AgentSIB\Diadoc\Api\Proto\Invoicing\OrganizationInfo $value = null)
{
$this->Payer = $value;
} | php | public function setPayer(\AgentSIB\Diadoc\Api\Proto\Invoicing\OrganizationInfo $value = null)
{
$this->Payer = $value;
} | [
"public",
"function",
"setPayer",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"OrganizationInfo",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Payer",
"=",
"$",
"value",
";",
"}"
] | Set 'Payer' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\OrganizationInfo $value | [
"Set",
"Payer",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php#L479-L482 |
42,647 | agentsib/diadoc-php | src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php | Torg12SellerTitleInfo.setGrounds | public function setGrounds(\AgentSIB\Diadoc\Api\Proto\Invoicing\Grounds $value = null)
{
$this->Grounds = $value;
} | php | public function setGrounds(\AgentSIB\Diadoc\Api\Proto\Invoicing\Grounds $value = null)
{
$this->Grounds = $value;
} | [
"public",
"function",
"setGrounds",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Grounds",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Grounds",
"=",
"$",
"value",
";",
"}"
] | Set 'Grounds' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Grounds $value | [
"Set",
"Grounds",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php#L509-L512 |
42,648 | agentsib/diadoc-php | src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php | Torg12SellerTitleInfo.setSupplyAllowedBy | public function setSupplyAllowedBy(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->SupplyAllowedBy = $value;
} | php | public function setSupplyAllowedBy(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->SupplyAllowedBy = $value;
} | [
"public",
"function",
"setSupplyAllowedBy",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Official",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"SupplyAllowedBy",
"=",
"$",
"value",
";",
"}"
] | Set 'SupplyAllowedBy' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value | [
"Set",
"SupplyAllowedBy",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php#L1033-L1036 |
42,649 | agentsib/diadoc-php | src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php | Torg12SellerTitleInfo.setSupplyPerformedBy | public function setSupplyPerformedBy(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->SupplyPerformedBy = $value;
} | php | public function setSupplyPerformedBy(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->SupplyPerformedBy = $value;
} | [
"public",
"function",
"setSupplyPerformedBy",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Official",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"SupplyPerformedBy",
"=",
"$",
"value",
";",
"}"
] | Set 'SupplyPerformedBy' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value | [
"Set",
"SupplyPerformedBy",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php#L1063-L1066 |
42,650 | agentsib/diadoc-php | src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php | Torg12SellerTitleInfo.setChiefAccountant | public function setChiefAccountant(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->ChiefAccountant = $value;
} | php | public function setChiefAccountant(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->ChiefAccountant = $value;
} | [
"public",
"function",
"setChiefAccountant",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Official",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"ChiefAccountant",
"=",
"$",
"value",
";",
"}"
] | Set 'ChiefAccountant' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value | [
"Set",
"ChiefAccountant",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php#L1093-L1096 |
42,651 | agentsib/diadoc-php | src/Api/Proto/Invoicing/Signers/ExtendedSigner.php | ExtendedSigner.setSignerDetails | public function setSignerDetails(\AgentSIB\Diadoc\Api\Proto\Invoicing\Signers\ExtendedSignerDetails $value = null)
{
$this->SignerDetails = $value;
} | php | public function setSignerDetails(\AgentSIB\Diadoc\Api\Proto\Invoicing\Signers\ExtendedSignerDetails $value = null)
{
$this->SignerDetails = $value;
} | [
"public",
"function",
"setSignerDetails",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Signers",
"\\",
"ExtendedSignerDetails",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"SignerDetails",
"=",
"$",... | Set 'SignerDetails' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Signers\ExtendedSignerDetails $value | [
"Set",
"SignerDetails",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Signers/ExtendedSigner.php#L174-L177 |
42,652 | agentsib/diadoc-php | src/Api/Proto/Counteragent.php | Counteragent.setCurrentStatus | public function setCurrentStatus(\AgentSIB\Diadoc\Api\Proto\CounteragentStatus $value = null)
{
$this->CurrentStatus = $value;
} | php | public function setCurrentStatus(\AgentSIB\Diadoc\Api\Proto\CounteragentStatus $value = null)
{
$this->CurrentStatus = $value;
} | [
"public",
"function",
"setCurrentStatus",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"CounteragentStatus",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"CurrentStatus",
"=",
"$",
"value",
";",
"}"
] | Set 'CurrentStatus' value
@param \AgentSIB\Diadoc\Api\Proto\CounteragentStatus $value | [
"Set",
"CurrentStatus",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Counteragent.php#L164-L167 |
42,653 | agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addInvoices | public function addInvoices(\AgentSIB\Diadoc\Api\Proto\Events\XmlDocumentAttachment $value)
{
if ($this->Invoices === null) {
$this->Invoices = new \Protobuf\MessageCollection();
}
$this->Invoices->add($value);
} | php | public function addInvoices(\AgentSIB\Diadoc\Api\Proto\Events\XmlDocumentAttachment $value)
{
if ($this->Invoices === null) {
$this->Invoices = new \Protobuf\MessageCollection();
}
$this->Invoices->add($value);
} | [
"public",
"function",
"addInvoices",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"XmlDocumentAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Invoices",
"===",
"null",
")",
"{",
"$",
"this",... | Add a new element to 'Invoices'
@param \AgentSIB\Diadoc\Api\Proto\Events\XmlDocumentAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"Invoices"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L368-L375 |
42,654 | agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addNonformalizedDocuments | public function addNonformalizedDocuments(\AgentSIB\Diadoc\Api\Proto\Events\NonformalizedAttachment $value)
{
if ($this->NonformalizedDocuments === null) {
$this->NonformalizedDocuments = new \Protobuf\MessageCollection();
}
$this->NonformalizedDocuments->add($value);
} | php | public function addNonformalizedDocuments(\AgentSIB\Diadoc\Api\Proto\Events\NonformalizedAttachment $value)
{
if ($this->NonformalizedDocuments === null) {
$this->NonformalizedDocuments = new \Protobuf\MessageCollection();
}
$this->NonformalizedDocuments->add($value);
} | [
"public",
"function",
"addNonformalizedDocuments",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"NonformalizedAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"NonformalizedDocuments",
"===",
"null",
... | Add a new element to 'NonformalizedDocuments'
@param \AgentSIB\Diadoc\Api\Proto\Events\NonformalizedAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"NonformalizedDocuments"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L412-L419 |
42,655 | agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addTorg12Documents | public function addTorg12Documents(\AgentSIB\Diadoc\Api\Proto\Events\BasicDocumentAttachment $value)
{
if ($this->Torg12Documents === null) {
$this->Torg12Documents = new \Protobuf\MessageCollection();
}
$this->Torg12Documents->add($value);
} | php | public function addTorg12Documents(\AgentSIB\Diadoc\Api\Proto\Events\BasicDocumentAttachment $value)
{
if ($this->Torg12Documents === null) {
$this->Torg12Documents = new \Protobuf\MessageCollection();
}
$this->Torg12Documents->add($value);
} | [
"public",
"function",
"addTorg12Documents",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"BasicDocumentAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Torg12Documents",
"===",
"null",
")",
"{",
... | Add a new element to 'Torg12Documents'
@param \AgentSIB\Diadoc\Api\Proto\Events\BasicDocumentAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"Torg12Documents"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L456-L463 |
42,656 | agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addAcceptanceCertificates | public function addAcceptanceCertificates(\AgentSIB\Diadoc\Api\Proto\Events\AcceptanceCertificateAttachment $value)
{
if ($this->AcceptanceCertificates === null) {
$this->AcceptanceCertificates = new \Protobuf\MessageCollection();
}
$this->AcceptanceCertificates->add($value);
} | php | public function addAcceptanceCertificates(\AgentSIB\Diadoc\Api\Proto\Events\AcceptanceCertificateAttachment $value)
{
if ($this->AcceptanceCertificates === null) {
$this->AcceptanceCertificates = new \Protobuf\MessageCollection();
}
$this->AcceptanceCertificates->add($value);
} | [
"public",
"function",
"addAcceptanceCertificates",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"AcceptanceCertificateAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"AcceptanceCertificates",
"===",
... | Add a new element to 'AcceptanceCertificates'
@param \AgentSIB\Diadoc\Api\Proto\Events\AcceptanceCertificateAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"AcceptanceCertificates"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L500-L507 |
42,657 | agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addStructuredDataAttachments | public function addStructuredDataAttachments(\AgentSIB\Diadoc\Api\Proto\Events\StructuredDataAttachment $value)
{
if ($this->StructuredDataAttachments === null) {
$this->StructuredDataAttachments = new \Protobuf\MessageCollection();
}
$this->StructuredDataAttachments->add($value);
} | php | public function addStructuredDataAttachments(\AgentSIB\Diadoc\Api\Proto\Events\StructuredDataAttachment $value)
{
if ($this->StructuredDataAttachments === null) {
$this->StructuredDataAttachments = new \Protobuf\MessageCollection();
}
$this->StructuredDataAttachments->add($value);
} | [
"public",
"function",
"addStructuredDataAttachments",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"StructuredDataAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"StructuredDataAttachments",
"===",
"... | Add a new element to 'StructuredDataAttachments'
@param \AgentSIB\Diadoc\Api\Proto\Events\StructuredDataAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"StructuredDataAttachments"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L544-L551 |
42,658 | agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addProformaInvoices | public function addProformaInvoices(\AgentSIB\Diadoc\Api\Proto\Events\BasicDocumentAttachment $value)
{
if ($this->ProformaInvoices === null) {
$this->ProformaInvoices = new \Protobuf\MessageCollection();
}
$this->ProformaInvoices->add($value);
} | php | public function addProformaInvoices(\AgentSIB\Diadoc\Api\Proto\Events\BasicDocumentAttachment $value)
{
if ($this->ProformaInvoices === null) {
$this->ProformaInvoices = new \Protobuf\MessageCollection();
}
$this->ProformaInvoices->add($value);
} | [
"public",
"function",
"addProformaInvoices",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"BasicDocumentAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"ProformaInvoices",
"===",
"null",
")",
"{"... | Add a new element to 'ProformaInvoices'
@param \AgentSIB\Diadoc\Api\Proto\Events\BasicDocumentAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"ProformaInvoices"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L588-L595 |
42,659 | agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addXmlTorg12SellerTitles | public function addXmlTorg12SellerTitles(\AgentSIB\Diadoc\Api\Proto\Events\XmlDocumentAttachment $value)
{
if ($this->XmlTorg12SellerTitles === null) {
$this->XmlTorg12SellerTitles = new \Protobuf\MessageCollection();
}
$this->XmlTorg12SellerTitles->add($value);
} | php | public function addXmlTorg12SellerTitles(\AgentSIB\Diadoc\Api\Proto\Events\XmlDocumentAttachment $value)
{
if ($this->XmlTorg12SellerTitles === null) {
$this->XmlTorg12SellerTitles = new \Protobuf\MessageCollection();
}
$this->XmlTorg12SellerTitles->add($value);
} | [
"public",
"function",
"addXmlTorg12SellerTitles",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"XmlDocumentAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"XmlTorg12SellerTitles",
"===",
"null",
")... | Add a new element to 'XmlTorg12SellerTitles'
@param \AgentSIB\Diadoc\Api\Proto\Events\XmlDocumentAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"XmlTorg12SellerTitles"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L632-L639 |
42,660 | agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addXmlAcceptanceCertificateSellerTitles | public function addXmlAcceptanceCertificateSellerTitles(\AgentSIB\Diadoc\Api\Proto\Events\XmlDocumentAttachment $value)
{
if ($this->XmlAcceptanceCertificateSellerTitles === null) {
$this->XmlAcceptanceCertificateSellerTitles = new \Protobuf\MessageCollection();
}
$this->XmlAcceptanceCertificateSellerTitles->add($value);
} | php | public function addXmlAcceptanceCertificateSellerTitles(\AgentSIB\Diadoc\Api\Proto\Events\XmlDocumentAttachment $value)
{
if ($this->XmlAcceptanceCertificateSellerTitles === null) {
$this->XmlAcceptanceCertificateSellerTitles = new \Protobuf\MessageCollection();
}
$this->XmlAcceptanceCertificateSellerTitles->add($value);
} | [
"public",
"function",
"addXmlAcceptanceCertificateSellerTitles",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"XmlDocumentAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"XmlAcceptanceCertificateSellerTi... | Add a new element to 'XmlAcceptanceCertificateSellerTitles'
@param \AgentSIB\Diadoc\Api\Proto\Events\XmlDocumentAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"XmlAcceptanceCertificateSellerTitles"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L676-L683 |
42,661 | agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addPriceLists | public function addPriceLists(\AgentSIB\Diadoc\Api\Proto\Events\PriceListAttachment $value)
{
if ($this->PriceLists === null) {
$this->PriceLists = new \Protobuf\MessageCollection();
}
$this->PriceLists->add($value);
} | php | public function addPriceLists(\AgentSIB\Diadoc\Api\Proto\Events\PriceListAttachment $value)
{
if ($this->PriceLists === null) {
$this->PriceLists = new \Protobuf\MessageCollection();
}
$this->PriceLists->add($value);
} | [
"public",
"function",
"addPriceLists",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"PriceListAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"PriceLists",
"===",
"null",
")",
"{",
"$",
"this... | Add a new element to 'PriceLists'
@param \AgentSIB\Diadoc\Api\Proto\Events\PriceListAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"PriceLists"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L930-L937 |
42,662 | agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addPriceListAgreements | public function addPriceListAgreements(\AgentSIB\Diadoc\Api\Proto\Events\NonformalizedAttachment $value)
{
if ($this->PriceListAgreements === null) {
$this->PriceListAgreements = new \Protobuf\MessageCollection();
}
$this->PriceListAgreements->add($value);
} | php | public function addPriceListAgreements(\AgentSIB\Diadoc\Api\Proto\Events\NonformalizedAttachment $value)
{
if ($this->PriceListAgreements === null) {
$this->PriceListAgreements = new \Protobuf\MessageCollection();
}
$this->PriceListAgreements->add($value);
} | [
"public",
"function",
"addPriceListAgreements",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"NonformalizedAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"PriceListAgreements",
"===",
"null",
")",... | Add a new element to 'PriceListAgreements'
@param \AgentSIB\Diadoc\Api\Proto\Events\NonformalizedAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"PriceListAgreements"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L974-L981 |
42,663 | agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addCertificateRegistries | public function addCertificateRegistries(\AgentSIB\Diadoc\Api\Proto\Events\NonformalizedAttachment $value)
{
if ($this->CertificateRegistries === null) {
$this->CertificateRegistries = new \Protobuf\MessageCollection();
}
$this->CertificateRegistries->add($value);
} | php | public function addCertificateRegistries(\AgentSIB\Diadoc\Api\Proto\Events\NonformalizedAttachment $value)
{
if ($this->CertificateRegistries === null) {
$this->CertificateRegistries = new \Protobuf\MessageCollection();
}
$this->CertificateRegistries->add($value);
} | [
"public",
"function",
"addCertificateRegistries",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"NonformalizedAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"CertificateRegistries",
"===",
"null",
... | Add a new element to 'CertificateRegistries'
@param \AgentSIB\Diadoc\Api\Proto\Events\NonformalizedAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"CertificateRegistries"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L1018-L1025 |
42,664 | agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addReconciliationActs | public function addReconciliationActs(\AgentSIB\Diadoc\Api\Proto\Events\ReconciliationActAttachment $value)
{
if ($this->ReconciliationActs === null) {
$this->ReconciliationActs = new \Protobuf\MessageCollection();
}
$this->ReconciliationActs->add($value);
} | php | public function addReconciliationActs(\AgentSIB\Diadoc\Api\Proto\Events\ReconciliationActAttachment $value)
{
if ($this->ReconciliationActs === null) {
$this->ReconciliationActs = new \Protobuf\MessageCollection();
}
$this->ReconciliationActs->add($value);
} | [
"public",
"function",
"addReconciliationActs",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ReconciliationActAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"ReconciliationActs",
"===",
"null",
")... | Add a new element to 'ReconciliationActs'
@param \AgentSIB\Diadoc\Api\Proto\Events\ReconciliationActAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"ReconciliationActs"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L1062-L1069 |
42,665 | agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addContracts | public function addContracts(\AgentSIB\Diadoc\Api\Proto\Events\ContractAttachment $value)
{
if ($this->Contracts === null) {
$this->Contracts = new \Protobuf\MessageCollection();
}
$this->Contracts->add($value);
} | php | public function addContracts(\AgentSIB\Diadoc\Api\Proto\Events\ContractAttachment $value)
{
if ($this->Contracts === null) {
$this->Contracts = new \Protobuf\MessageCollection();
}
$this->Contracts->add($value);
} | [
"public",
"function",
"addContracts",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ContractAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Contracts",
"===",
"null",
")",
"{",
"$",
"this",
... | Add a new element to 'Contracts'
@param \AgentSIB\Diadoc\Api\Proto\Events\ContractAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"Contracts"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L1106-L1113 |
42,666 | agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addTorg13Documents | public function addTorg13Documents(\AgentSIB\Diadoc\Api\Proto\Events\Torg13Attachment $value)
{
if ($this->Torg13Documents === null) {
$this->Torg13Documents = new \Protobuf\MessageCollection();
}
$this->Torg13Documents->add($value);
} | php | public function addTorg13Documents(\AgentSIB\Diadoc\Api\Proto\Events\Torg13Attachment $value)
{
if ($this->Torg13Documents === null) {
$this->Torg13Documents = new \Protobuf\MessageCollection();
}
$this->Torg13Documents->add($value);
} | [
"public",
"function",
"addTorg13Documents",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"Torg13Attachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Torg13Documents",
"===",
"null",
")",
"{",
"$",
... | Add a new element to 'Torg13Documents'
@param \AgentSIB\Diadoc\Api\Proto\Events\Torg13Attachment $value | [
"Add",
"a",
"new",
"element",
"to",
"Torg13Documents"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L1150-L1157 |
42,667 | agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addServiceDetailsDocuments | public function addServiceDetailsDocuments(\AgentSIB\Diadoc\Api\Proto\Events\ServiceDetailsAttachment $value)
{
if ($this->ServiceDetailsDocuments === null) {
$this->ServiceDetailsDocuments = new \Protobuf\MessageCollection();
}
$this->ServiceDetailsDocuments->add($value);
} | php | public function addServiceDetailsDocuments(\AgentSIB\Diadoc\Api\Proto\Events\ServiceDetailsAttachment $value)
{
if ($this->ServiceDetailsDocuments === null) {
$this->ServiceDetailsDocuments = new \Protobuf\MessageCollection();
}
$this->ServiceDetailsDocuments->add($value);
} | [
"public",
"function",
"addServiceDetailsDocuments",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ServiceDetailsAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"ServiceDetailsDocuments",
"===",
"null... | Add a new element to 'ServiceDetailsDocuments'
@param \AgentSIB\Diadoc\Api\Proto\Events\ServiceDetailsAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"ServiceDetailsDocuments"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L1194-L1201 |
42,668 | agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addEncryptedInvoices | public function addEncryptedInvoices(\AgentSIB\Diadoc\Api\Proto\Events\EncryptedInvoiceAttachment $value)
{
if ($this->EncryptedInvoices === null) {
$this->EncryptedInvoices = new \Protobuf\MessageCollection();
}
$this->EncryptedInvoices->add($value);
} | php | public function addEncryptedInvoices(\AgentSIB\Diadoc\Api\Proto\Events\EncryptedInvoiceAttachment $value)
{
if ($this->EncryptedInvoices === null) {
$this->EncryptedInvoices = new \Protobuf\MessageCollection();
}
$this->EncryptedInvoices->add($value);
} | [
"public",
"function",
"addEncryptedInvoices",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"EncryptedInvoiceAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"EncryptedInvoices",
"===",
"null",
")",
... | Add a new element to 'EncryptedInvoices'
@param \AgentSIB\Diadoc\Api\Proto\Events\EncryptedInvoiceAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"EncryptedInvoices"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L1298-L1305 |
42,669 | agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addEncryptedXmlTorg12SellerTitles | public function addEncryptedXmlTorg12SellerTitles(\AgentSIB\Diadoc\Api\Proto\Events\EncryptedXmlDocumentAttachment $value)
{
if ($this->EncryptedXmlTorg12SellerTitles === null) {
$this->EncryptedXmlTorg12SellerTitles = new \Protobuf\MessageCollection();
}
$this->EncryptedXmlTorg12SellerTitles->add($value);
} | php | public function addEncryptedXmlTorg12SellerTitles(\AgentSIB\Diadoc\Api\Proto\Events\EncryptedXmlDocumentAttachment $value)
{
if ($this->EncryptedXmlTorg12SellerTitles === null) {
$this->EncryptedXmlTorg12SellerTitles = new \Protobuf\MessageCollection();
}
$this->EncryptedXmlTorg12SellerTitles->add($value);
} | [
"public",
"function",
"addEncryptedXmlTorg12SellerTitles",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"EncryptedXmlDocumentAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"EncryptedXmlTorg12SellerTitle... | Add a new element to 'EncryptedXmlTorg12SellerTitles'
@param \AgentSIB\Diadoc\Api\Proto\Events\EncryptedXmlDocumentAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"EncryptedXmlTorg12SellerTitles"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L1342-L1349 |
42,670 | agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addEncryptedXmlAcceptanceCertificateSellerTitles | public function addEncryptedXmlAcceptanceCertificateSellerTitles(\AgentSIB\Diadoc\Api\Proto\Events\EncryptedXmlDocumentAttachment $value)
{
if ($this->EncryptedXmlAcceptanceCertificateSellerTitles === null) {
$this->EncryptedXmlAcceptanceCertificateSellerTitles = new \Protobuf\MessageCollection();
}
$this->EncryptedXmlAcceptanceCertificateSellerTitles->add($value);
} | php | public function addEncryptedXmlAcceptanceCertificateSellerTitles(\AgentSIB\Diadoc\Api\Proto\Events\EncryptedXmlDocumentAttachment $value)
{
if ($this->EncryptedXmlAcceptanceCertificateSellerTitles === null) {
$this->EncryptedXmlAcceptanceCertificateSellerTitles = new \Protobuf\MessageCollection();
}
$this->EncryptedXmlAcceptanceCertificateSellerTitles->add($value);
} | [
"public",
"function",
"addEncryptedXmlAcceptanceCertificateSellerTitles",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"EncryptedXmlDocumentAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"EncryptedXmlAc... | Add a new element to 'EncryptedXmlAcceptanceCertificateSellerTitles'
@param \AgentSIB\Diadoc\Api\Proto\Events\EncryptedXmlDocumentAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"EncryptedXmlAcceptanceCertificateSellerTitles"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L1386-L1393 |
42,671 | agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addSupplementaryAgreements | public function addSupplementaryAgreements(\AgentSIB\Diadoc\Api\Proto\Events\SupplementaryAgreementAttachment $value)
{
if ($this->SupplementaryAgreements === null) {
$this->SupplementaryAgreements = new \Protobuf\MessageCollection();
}
$this->SupplementaryAgreements->add($value);
} | php | public function addSupplementaryAgreements(\AgentSIB\Diadoc\Api\Proto\Events\SupplementaryAgreementAttachment $value)
{
if ($this->SupplementaryAgreements === null) {
$this->SupplementaryAgreements = new \Protobuf\MessageCollection();
}
$this->SupplementaryAgreements->add($value);
} | [
"public",
"function",
"addSupplementaryAgreements",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"SupplementaryAgreementAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"SupplementaryAgreements",
"===",... | Add a new element to 'SupplementaryAgreements'
@param \AgentSIB\Diadoc\Api\Proto\Events\SupplementaryAgreementAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"SupplementaryAgreements"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L1430-L1437 |
42,672 | agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addUniversalTransferDocumentSellerTitles | public function addUniversalTransferDocumentSellerTitles(\AgentSIB\Diadoc\Api\Proto\Events\XmlDocumentAttachment $value)
{
if ($this->UniversalTransferDocumentSellerTitles === null) {
$this->UniversalTransferDocumentSellerTitles = new \Protobuf\MessageCollection();
}
$this->UniversalTransferDocumentSellerTitles->add($value);
} | php | public function addUniversalTransferDocumentSellerTitles(\AgentSIB\Diadoc\Api\Proto\Events\XmlDocumentAttachment $value)
{
if ($this->UniversalTransferDocumentSellerTitles === null) {
$this->UniversalTransferDocumentSellerTitles = new \Protobuf\MessageCollection();
}
$this->UniversalTransferDocumentSellerTitles->add($value);
} | [
"public",
"function",
"addUniversalTransferDocumentSellerTitles",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"XmlDocumentAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"UniversalTransferDocumentSeller... | Add a new element to 'UniversalTransferDocumentSellerTitles'
@param \AgentSIB\Diadoc\Api\Proto\Events\XmlDocumentAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"UniversalTransferDocumentSellerTitles"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L1504-L1511 |
42,673 | agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addCustomDocumentAttachments | public function addCustomDocumentAttachments(\AgentSIB\Diadoc\Api\Proto\Events\CustomDocumentAttachment $value)
{
if ($this->CustomDocumentAttachments === null) {
$this->CustomDocumentAttachments = new \Protobuf\MessageCollection();
}
$this->CustomDocumentAttachments->add($value);
} | php | public function addCustomDocumentAttachments(\AgentSIB\Diadoc\Api\Proto\Events\CustomDocumentAttachment $value)
{
if ($this->CustomDocumentAttachments === null) {
$this->CustomDocumentAttachments = new \Protobuf\MessageCollection();
}
$this->CustomDocumentAttachments->add($value);
} | [
"public",
"function",
"addCustomDocumentAttachments",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"CustomDocumentAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"CustomDocumentAttachments",
"===",
"... | Add a new element to 'CustomDocumentAttachments'
@param \AgentSIB\Diadoc\Api\Proto\Events\CustomDocumentAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"CustomDocumentAttachments"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L1548-L1555 |
42,674 | agentsib/diadoc-php | src/Api/Proto/Invoicing/Attorney.php | Attorney.setIssuerPerson | public function setIssuerPerson(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->IssuerPerson = $value;
} | php | public function setIssuerPerson(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->IssuerPerson = $value;
} | [
"public",
"function",
"setIssuerPerson",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Official",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"IssuerPerson",
"=",
"$",
"value",
";",
"}"
] | Set 'IssuerPerson' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value | [
"Set",
"IssuerPerson",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Attorney.php#L191-L194 |
42,675 | agentsib/diadoc-php | src/Api/Proto/Invoicing/Attorney.php | Attorney.setRecipientPerson | public function setRecipientPerson(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->RecipientPerson = $value;
} | php | public function setRecipientPerson(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->RecipientPerson = $value;
} | [
"public",
"function",
"setRecipientPerson",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Official",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"RecipientPerson",
"=",
"$",
"value",
";",
"}"
] | Set 'RecipientPerson' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value | [
"Set",
"RecipientPerson",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Attorney.php#L251-L254 |
42,676 | agentsib/diadoc-php | src/Api/Proto/Events/PrepareDocumentsToSignRequest.php | PrepareDocumentsToSignRequest.addDraftDocuments | public function addDraftDocuments(\AgentSIB\Diadoc\Api\Proto\Events\DraftDocumentToPatch $value)
{
if ($this->DraftDocuments === null) {
$this->DraftDocuments = new \Protobuf\MessageCollection();
}
$this->DraftDocuments->add($value);
} | php | public function addDraftDocuments(\AgentSIB\Diadoc\Api\Proto\Events\DraftDocumentToPatch $value)
{
if ($this->DraftDocuments === null) {
$this->DraftDocuments = new \Protobuf\MessageCollection();
}
$this->DraftDocuments->add($value);
} | [
"public",
"function",
"addDraftDocuments",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"DraftDocumentToPatch",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"DraftDocuments",
"===",
"null",
")",
"{",
"$"... | Add a new element to 'DraftDocuments'
@param \AgentSIB\Diadoc\Api\Proto\Events\DraftDocumentToPatch $value | [
"Add",
"a",
"new",
"element",
"to",
"DraftDocuments"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/PrepareDocumentsToSignRequest.php#L114-L121 |
42,677 | agentsib/diadoc-php | src/Api/Proto/Content.php | Content.setData | public function setData($value = null)
{
if ($value !== null && ! $value instanceof \Protobuf\Stream) {
$value = \Protobuf\Stream::wrap($value);
}
$this->Data = $value;
} | php | public function setData($value = null)
{
if ($value !== null && ! $value instanceof \Protobuf\Stream) {
$value = \Protobuf\Stream::wrap($value);
}
$this->Data = $value;
} | [
"public",
"function",
"setData",
"(",
"$",
"value",
"=",
"null",
")",
"{",
"if",
"(",
"$",
"value",
"!==",
"null",
"&&",
"!",
"$",
"value",
"instanceof",
"\\",
"Protobuf",
"\\",
"Stream",
")",
"{",
"$",
"value",
"=",
"\\",
"Protobuf",
"\\",
"Stream",... | Set 'Data' value
@param \Protobuf\Stream $value | [
"Set",
"Data",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Content.php#L96-L103 |
42,678 | agentsib/diadoc-php | src/Api/Proto/Docflow/InvoiceCorrectionRequestDocflow.php | InvoiceCorrectionRequestDocflow.setCorrectionRequestAttachment | public function setCorrectionRequestAttachment(\AgentSIB\Diadoc\Api\Proto\Docflow\SignedAttachment $value = null)
{
$this->CorrectionRequestAttachment = $value;
} | php | public function setCorrectionRequestAttachment(\AgentSIB\Diadoc\Api\Proto\Docflow\SignedAttachment $value = null)
{
$this->CorrectionRequestAttachment = $value;
} | [
"public",
"function",
"setCorrectionRequestAttachment",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"SignedAttachment",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"CorrectionRequestAttachment",
"=",
"$",... | Set 'CorrectionRequestAttachment' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\SignedAttachment $value | [
"Set",
"CorrectionRequestAttachment",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/InvoiceCorrectionRequestDocflow.php#L104-L107 |
42,679 | agentsib/diadoc-php | src/Api/Proto/AcquireCounteragentRequest.php | AcquireCounteragentRequest.setInvitationDocument | public function setInvitationDocument(\AgentSIB\Diadoc\Api\Proto\InvitationDocument $value = null)
{
$this->InvitationDocument = $value;
} | php | public function setInvitationDocument(\AgentSIB\Diadoc\Api\Proto\InvitationDocument $value = null)
{
$this->InvitationDocument = $value;
} | [
"public",
"function",
"setInvitationDocument",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"InvitationDocument",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"InvitationDocument",
"=",
"$",
"value",
";",
"}"
] | Set 'InvitationDocument' value
@param \AgentSIB\Diadoc\Api\Proto\InvitationDocument $value | [
"Set",
"InvitationDocument",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/AcquireCounteragentRequest.php#L170-L173 |
42,680 | agentsib/diadoc-php | src/Api/Proto/Documents/DocumentProtocol.php | DocumentProtocol.setPrintForm | public function setPrintForm($value)
{
if ($value !== null && ! $value instanceof \Protobuf\Stream) {
$value = \Protobuf\Stream::wrap($value);
}
$this->PrintForm = $value;
} | php | public function setPrintForm($value)
{
if ($value !== null && ! $value instanceof \Protobuf\Stream) {
$value = \Protobuf\Stream::wrap($value);
}
$this->PrintForm = $value;
} | [
"public",
"function",
"setPrintForm",
"(",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"value",
"!==",
"null",
"&&",
"!",
"$",
"value",
"instanceof",
"\\",
"Protobuf",
"\\",
"Stream",
")",
"{",
"$",
"value",
"=",
"\\",
"Protobuf",
"\\",
"Stream",
"::",
"... | Set 'PrintForm' value
@param \Protobuf\Stream $value | [
"Set",
"PrintForm",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/DocumentProtocol.php#L66-L73 |
42,681 | agentsib/diadoc-php | src/Api/Proto/SignatureVerificationResult.php | SignatureVerificationResult.setCertificateStatus | public function setCertificateStatus(\AgentSIB\Diadoc\Api\Proto\CertificateVerificationResult $value = null)
{
$this->CertificateStatus = $value;
} | php | public function setCertificateStatus(\AgentSIB\Diadoc\Api\Proto\CertificateVerificationResult $value = null)
{
$this->CertificateStatus = $value;
} | [
"public",
"function",
"setCertificateStatus",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"CertificateVerificationResult",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"CertificateStatus",
"=",
"$",
"value",
";",
"}"
] | Set 'CertificateStatus' value
@param \AgentSIB\Diadoc\Api\Proto\CertificateVerificationResult $value | [
"Set",
"CertificateStatus",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/SignatureVerificationResult.php#L103-L106 |
42,682 | agentsib/diadoc-php | src/Api/Proto/SignatureVerificationResult.php | SignatureVerificationResult.setSignatureTimestamp | public function setSignatureTimestamp(\AgentSIB\Diadoc\Api\Proto\Timestamp $value = null)
{
$this->SignatureTimestamp = $value;
} | php | public function setSignatureTimestamp(\AgentSIB\Diadoc\Api\Proto\Timestamp $value = null)
{
$this->SignatureTimestamp = $value;
} | [
"public",
"function",
"setSignatureTimestamp",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Timestamp",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"SignatureTimestamp",
"=",
"$",
"value",
";",
"}"
] | Set 'SignatureTimestamp' value
@param \AgentSIB\Diadoc\Api\Proto\Timestamp $value | [
"Set",
"SignatureTimestamp",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/SignatureVerificationResult.php#L133-L136 |
42,683 | hiqdev/yii2-menus | src/widgets/Menu.php | Menu.guessModule | protected function guessModule(array $item, $parentUrl = null)
{
$result = false;
$moduleId = Yii::$app->controller->module->id;
$parentModuleId = $this->getModuleName($parentUrl);
if (!empty($item['items'])) {
foreach ($item['items'] as $i) {
if (isset($i['url'])) {
$itemModuleName = $this->getModuleName(reset($i['url']));
if ($itemModuleName === $moduleId && $parentModuleId === $moduleId) {
$result = true;
break;
}
}
}
}
return $result;
} | php | protected function guessModule(array $item, $parentUrl = null)
{
$result = false;
$moduleId = Yii::$app->controller->module->id;
$parentModuleId = $this->getModuleName($parentUrl);
if (!empty($item['items'])) {
foreach ($item['items'] as $i) {
if (isset($i['url'])) {
$itemModuleName = $this->getModuleName(reset($i['url']));
if ($itemModuleName === $moduleId && $parentModuleId === $moduleId) {
$result = true;
break;
}
}
}
}
return $result;
} | [
"protected",
"function",
"guessModule",
"(",
"array",
"$",
"item",
",",
"$",
"parentUrl",
"=",
"null",
")",
"{",
"$",
"result",
"=",
"false",
";",
"$",
"moduleId",
"=",
"Yii",
"::",
"$",
"app",
"->",
"controller",
"->",
"module",
"->",
"id",
";",
"$"... | Try to guess which module is parent for current page
and remain sidebarmenu accordion opened.
@param array $item
@return bool | [
"Try",
"to",
"guess",
"which",
"module",
"is",
"parent",
"for",
"current",
"page",
"and",
"remain",
"sidebarmenu",
"accordion",
"opened",
"."
] | 7586e2b82ca8406cf45d0341dcf7aebbb1361b3e | https://github.com/hiqdev/yii2-menus/blob/7586e2b82ca8406cf45d0341dcf7aebbb1361b3e/src/widgets/Menu.php#L55-L73 |
42,684 | agentsib/diadoc-php | src/Api/Proto/TimeBasedFilter.php | TimeBasedFilter.setFromTimestamp | public function setFromTimestamp(\AgentSIB\Diadoc\Api\Proto\Timestamp $value = null)
{
$this->FromTimestamp = $value;
} | php | public function setFromTimestamp(\AgentSIB\Diadoc\Api\Proto\Timestamp $value = null)
{
$this->FromTimestamp = $value;
} | [
"public",
"function",
"setFromTimestamp",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Timestamp",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"FromTimestamp",
"=",
"$",
"value",
";",
"}"
] | Set 'FromTimestamp' value
@param \AgentSIB\Diadoc\Api\Proto\Timestamp $value | [
"Set",
"FromTimestamp",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/TimeBasedFilter.php#L83-L86 |
42,685 | agentsib/diadoc-php | src/Api/Proto/TimeBasedFilter.php | TimeBasedFilter.setToTimestamp | public function setToTimestamp(\AgentSIB\Diadoc\Api\Proto\Timestamp $value = null)
{
$this->ToTimestamp = $value;
} | php | public function setToTimestamp(\AgentSIB\Diadoc\Api\Proto\Timestamp $value = null)
{
$this->ToTimestamp = $value;
} | [
"public",
"function",
"setToTimestamp",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Timestamp",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"ToTimestamp",
"=",
"$",
"value",
";",
"}"
] | Set 'ToTimestamp' value
@param \AgentSIB\Diadoc\Api\Proto\Timestamp $value | [
"Set",
"ToTimestamp",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/TimeBasedFilter.php#L113-L116 |
42,686 | agentsib/diadoc-php | src/Api/Proto/TimeBasedFilter.php | TimeBasedFilter.setSortDirection | public function setSortDirection(\AgentSIB\Diadoc\Api\Proto\SortDirection $value = null)
{
$this->SortDirection = $value;
} | php | public function setSortDirection(\AgentSIB\Diadoc\Api\Proto\SortDirection $value = null)
{
$this->SortDirection = $value;
} | [
"public",
"function",
"setSortDirection",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"SortDirection",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"SortDirection",
"=",
"$",
"value",
";",
"}"
] | Set 'SortDirection' value
@param \AgentSIB\Diadoc\Api\Proto\SortDirection $value | [
"Set",
"SortDirection",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/TimeBasedFilter.php#L143-L146 |
42,687 | agentsib/diadoc-php | src/Api/Proto/Docflow/DocflowEvent.php | DocflowEvent.setIndexKey | public function setIndexKey($value = null)
{
if ($value !== null && ! $value instanceof \Protobuf\Stream) {
$value = \Protobuf\Stream::wrap($value);
}
$this->IndexKey = $value;
} | php | public function setIndexKey($value = null)
{
if ($value !== null && ! $value instanceof \Protobuf\Stream) {
$value = \Protobuf\Stream::wrap($value);
}
$this->IndexKey = $value;
} | [
"public",
"function",
"setIndexKey",
"(",
"$",
"value",
"=",
"null",
")",
"{",
"if",
"(",
"$",
"value",
"!==",
"null",
"&&",
"!",
"$",
"value",
"instanceof",
"\\",
"Protobuf",
"\\",
"Stream",
")",
"{",
"$",
"value",
"=",
"\\",
"Protobuf",
"\\",
"Stre... | Set 'IndexKey' value
@param \Protobuf\Stream $value | [
"Set",
"IndexKey",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/DocflowEvent.php#L191-L198 |
42,688 | agentsib/diadoc-php | src/Api/Proto/Docflow/DocflowEvent.php | DocflowEvent.setPreviousDocumentState | public function setPreviousDocumentState(\AgentSIB\Diadoc\Api\Proto\Docflow\DocumentWithDocflow $value = null)
{
$this->PreviousDocumentState = $value;
} | php | public function setPreviousDocumentState(\AgentSIB\Diadoc\Api\Proto\Docflow\DocumentWithDocflow $value = null)
{
$this->PreviousDocumentState = $value;
} | [
"public",
"function",
"setPreviousDocumentState",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"DocumentWithDocflow",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"PreviousDocumentState",
"=",
"$",
"value... | Set 'PreviousDocumentState' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\DocumentWithDocflow $value | [
"Set",
"PreviousDocumentState",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/DocflowEvent.php#L285-L288 |
42,689 | agentsib/diadoc-php | src/Api/Proto/OrganizationUsersList.php | OrganizationUsersList.addUsers | public function addUsers(\AgentSIB\Diadoc\Api\Proto\OrganizationUser $value)
{
if ($this->Users === null) {
$this->Users = new \Protobuf\MessageCollection();
}
$this->Users->add($value);
} | php | public function addUsers(\AgentSIB\Diadoc\Api\Proto\OrganizationUser $value)
{
if ($this->Users === null) {
$this->Users = new \Protobuf\MessageCollection();
}
$this->Users->add($value);
} | [
"public",
"function",
"addUsers",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"OrganizationUser",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Users",
"===",
"null",
")",
"{",
"$",
"this",
"->",
"Users",
"=",
"n... | Add a new element to 'Users'
@param \AgentSIB\Diadoc\Api\Proto\OrganizationUser $value | [
"Add",
"a",
"new",
"element",
"to",
"Users"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/OrganizationUsersList.php#L76-L83 |
42,690 | agentsib/diadoc-php | src/Api/Proto/Docflow/RecipientSignatureDocflow.php | RecipientSignatureDocflow.setRecipientSignature | public function setRecipientSignature(\AgentSIB\Diadoc\Api\Proto\Docflow\Signature $value = null)
{
$this->RecipientSignature = $value;
} | php | public function setRecipientSignature(\AgentSIB\Diadoc\Api\Proto\Docflow\Signature $value = null)
{
$this->RecipientSignature = $value;
} | [
"public",
"function",
"setRecipientSignature",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"Signature",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"RecipientSignature",
"=",
"$",
"value",
";",
"}"
... | Set 'RecipientSignature' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\Signature $value | [
"Set",
"RecipientSignature",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/RecipientSignatureDocflow.php#L103-L106 |
42,691 | agentsib/diadoc-php | src/Api/Proto/CounteragentList.php | CounteragentList.addCounteragents | public function addCounteragents(\AgentSIB\Diadoc\Api\Proto\Counteragent $value)
{
if ($this->Counteragents === null) {
$this->Counteragents = new \Protobuf\MessageCollection();
}
$this->Counteragents->add($value);
} | php | public function addCounteragents(\AgentSIB\Diadoc\Api\Proto\Counteragent $value)
{
if ($this->Counteragents === null) {
$this->Counteragents = new \Protobuf\MessageCollection();
}
$this->Counteragents->add($value);
} | [
"public",
"function",
"addCounteragents",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Counteragent",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Counteragents",
"===",
"null",
")",
"{",
"$",
"this",
"->",
"Counter... | Add a new element to 'Counteragents'
@param \AgentSIB\Diadoc\Api\Proto\Counteragent $value | [
"Add",
"a",
"new",
"element",
"to",
"Counteragents"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/CounteragentList.php#L106-L113 |
42,692 | agentsib/diadoc-php | src/Api/Proto/OrganizationUser.php | OrganizationUser.setPermissions | public function setPermissions(\AgentSIB\Diadoc\Api\Proto\OrganizationUserPermissions $value)
{
$this->Permissions = $value;
} | php | public function setPermissions(\AgentSIB\Diadoc\Api\Proto\OrganizationUserPermissions $value)
{
$this->Permissions = $value;
} | [
"public",
"function",
"setPermissions",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"OrganizationUserPermissions",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"Permissions",
"=",
"$",
"value",
";",
"}"
] | Set 'Permissions' value
@param \AgentSIB\Diadoc\Api\Proto\OrganizationUserPermissions $value | [
"Set",
"Permissions",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/OrganizationUser.php#L140-L143 |
42,693 | agentsib/diadoc-php | src/Api/Proto/Docflow/DocflowStatusModel.php | DocflowStatusModel.setSeverity | public function setSeverity(\AgentSIB\Diadoc\Api\Proto\Docflow\DocflowStatusSeverity $value = null)
{
$this->Severity = $value;
} | php | public function setSeverity(\AgentSIB\Diadoc\Api\Proto\Docflow\DocflowStatusSeverity $value = null)
{
$this->Severity = $value;
} | [
"public",
"function",
"setSeverity",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"DocflowStatusSeverity",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Severity",
"=",
"$",
"value",
";",
"}"
] | Set 'Severity' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\DocflowStatusSeverity $value | [
"Set",
"Severity",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/DocflowStatusModel.php#L83-L86 |
42,694 | agentsib/diadoc-php | src/Api/Proto/KeyValueStorage/KeyValueStorageApiPutRequest.php | KeyValueStorageApiPutRequest.addEntries | public function addEntries(\AgentSIB\Diadoc\Api\Proto\KeyValueStorage\KeyValueStorageEntry $value)
{
if ($this->Entries === null) {
$this->Entries = new \Protobuf\MessageCollection();
}
$this->Entries->add($value);
} | php | public function addEntries(\AgentSIB\Diadoc\Api\Proto\KeyValueStorage\KeyValueStorageEntry $value)
{
if ($this->Entries === null) {
$this->Entries = new \Protobuf\MessageCollection();
}
$this->Entries->add($value);
} | [
"public",
"function",
"addEntries",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"KeyValueStorage",
"\\",
"KeyValueStorageEntry",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Entries",
"===",
"null",
")",
"{",
"$",
"... | Add a new element to 'Entries'
@param \AgentSIB\Diadoc\Api\Proto\KeyValueStorage\KeyValueStorageEntry $value | [
"Add",
"a",
"new",
"element",
"to",
"Entries"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/KeyValueStorage/KeyValueStorageApiPutRequest.php#L70-L77 |
42,695 | agentsib/diadoc-php | src/Api/Proto/Box.php | Box.setInvoiceFormatVersion | public function setInvoiceFormatVersion(\AgentSIB\Diadoc\Api\Proto\OrganizationInvoiceFormatVersion $value = null)
{
$this->InvoiceFormatVersion = $value;
} | php | public function setInvoiceFormatVersion(\AgentSIB\Diadoc\Api\Proto\OrganizationInvoiceFormatVersion $value = null)
{
$this->InvoiceFormatVersion = $value;
} | [
"public",
"function",
"setInvoiceFormatVersion",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"OrganizationInvoiceFormatVersion",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"InvoiceFormatVersion",
"=",
"$",
"value",
";",
... | Set 'InvoiceFormatVersion' value
@param \AgentSIB\Diadoc\Api\Proto\OrganizationInvoiceFormatVersion $value | [
"Set",
"InvoiceFormatVersion",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Box.php#L180-L183 |
42,696 | agentsib/diadoc-php | src/Api/Proto/Documents/BilateralDocument/TrustConnectionRequestMetadata.php | TrustConnectionRequestMetadata.setTrustConnectionRequestStatus | public function setTrustConnectionRequestStatus(\AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\BilateralDocumentStatus $value = null)
{
$this->TrustConnectionRequestStatus = $value;
} | php | public function setTrustConnectionRequestStatus(\AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\BilateralDocumentStatus $value = null)
{
$this->TrustConnectionRequestStatus = $value;
} | [
"public",
"function",
"setTrustConnectionRequestStatus",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"BilateralDocument",
"\\",
"BilateralDocumentStatus",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Tr... | Set 'TrustConnectionRequestStatus' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\BilateralDocumentStatus $value | [
"Set",
"TrustConnectionRequestStatus",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/BilateralDocument/TrustConnectionRequestMetadata.php#L70-L73 |
42,697 | agentsib/diadoc-php | src/Api/Proto/Organization.php | Organization.addBoxes | public function addBoxes(\AgentSIB\Diadoc\Api\Proto\Box $value)
{
if ($this->Boxes === null) {
$this->Boxes = new \Protobuf\MessageCollection();
}
$this->Boxes->add($value);
} | php | public function addBoxes(\AgentSIB\Diadoc\Api\Proto\Box $value)
{
if ($this->Boxes === null) {
$this->Boxes = new \Protobuf\MessageCollection();
}
$this->Boxes->add($value);
} | [
"public",
"function",
"addBoxes",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Box",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Boxes",
"===",
"null",
")",
"{",
"$",
"this",
"->",
"Boxes",
"=",
"new",
"\\",
... | Add a new element to 'Boxes'
@param \AgentSIB\Diadoc\Api\Proto\Box $value | [
"Add",
"a",
"new",
"element",
"to",
"Boxes"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Organization.php#L359-L366 |
42,698 | agentsib/diadoc-php | src/Api/Proto/Organization.php | Organization.addDepartments | public function addDepartments(\AgentSIB\Diadoc\Api\Proto\Department $value)
{
if ($this->Departments === null) {
$this->Departments = new \Protobuf\MessageCollection();
}
$this->Departments->add($value);
} | php | public function addDepartments(\AgentSIB\Diadoc\Api\Proto\Department $value)
{
if ($this->Departments === null) {
$this->Departments = new \Protobuf\MessageCollection();
}
$this->Departments->add($value);
} | [
"public",
"function",
"addDepartments",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Department",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Departments",
"===",
"null",
")",
"{",
"$",
"this",
"->",
"Departments",... | Add a new element to 'Departments'
@param \AgentSIB\Diadoc\Api\Proto\Department $value | [
"Add",
"a",
"new",
"element",
"to",
"Departments"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Organization.php#L523-L530 |
42,699 | agentsib/diadoc-php | src/Api/Proto/Organization.php | Organization.setSociability | public function setSociability(\AgentSIB\Diadoc\Api\Proto\Sociability $value)
{
$this->Sociability = $value;
} | php | public function setSociability(\AgentSIB\Diadoc\Api\Proto\Sociability $value)
{
$this->Sociability = $value;
} | [
"public",
"function",
"setSociability",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Sociability",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"Sociability",
"=",
"$",
"value",
";",
"}"
] | Set 'Sociability' value
@param \AgentSIB\Diadoc\Api\Proto\Sociability $value | [
"Set",
"Sociability",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Organization.php#L827-L830 |
Subsets and Splits
Yii Code Samples
Gathers all records from test, train, and validation sets that contain the word 'yii', providing a basic filtered view of the dataset relevant to Yii-related content.