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,500 | agentsib/diadoc-php | src/Api/Proto/Docflow/SearchDocflowsRequest.php | SearchDocflowsRequest.setScope | public function setScope(\AgentSIB\Diadoc\Api\Proto\Docflow\SearchScope $value = null)
{
$this->Scope = $value;
} | php | public function setScope(\AgentSIB\Diadoc\Api\Proto\Docflow\SearchScope $value = null)
{
$this->Scope = $value;
} | [
"public",
"function",
"setScope",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"SearchScope",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Scope",
"=",
"$",
"value",
";",
"}"
] | Set 'Scope' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\SearchScope $value | [
"Set",
"Scope",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/SearchDocflowsRequest.php#L189-L192 |
42,501 | agentsib/diadoc-php | src/Api/Proto/Events/BoxEventList.php | BoxEventList.addEvents | public function addEvents(\AgentSIB\Diadoc\Api\Proto\Events\BoxEvent $value)
{
if ($this->Events === null) {
$this->Events = new \Protobuf\MessageCollection();
}
$this->Events->add($value);
} | php | public function addEvents(\AgentSIB\Diadoc\Api\Proto\Events\BoxEvent $value)
{
if ($this->Events === null) {
$this->Events = new \Protobuf\MessageCollection();
}
$this->Events->add($value);
} | [
"public",
"function",
"addEvents",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"BoxEvent",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Events",
"===",
"null",
")",
"{",
"$",
"this",
"->",
"Event... | Add a new element to 'Events'
@param \AgentSIB\Diadoc\Api\Proto\Events\BoxEvent $value | [
"Add",
"a",
"new",
"element",
"to",
"Events"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/BoxEventList.php#L76-L83 |
42,502 | agentsib/diadoc-php | src/Api/Proto/Documents/Document.php | Document.addInitialDocumentIds | public function addInitialDocumentIds(\AgentSIB\Diadoc\Api\Proto\DocumentId $value)
{
if ($this->InitialDocumentIds === null) {
$this->InitialDocumentIds = new \Protobuf\MessageCollection();
}
$this->InitialDocumentIds->add($value);
} | php | public function addInitialDocumentIds(\AgentSIB\Diadoc\Api\Proto\DocumentId $value)
{
if ($this->InitialDocumentIds === null) {
$this->InitialDocumentIds = new \Protobuf\MessageCollection();
}
$this->InitialDocumentIds->add($value);
} | [
"public",
"function",
"addInitialDocumentIds",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"DocumentId",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"InitialDocumentIds",
"===",
"null",
")",
"{",
"$",
"this",
"->",
... | Add a new element to 'InitialDocumentIds'
@param \AgentSIB\Diadoc\Api\Proto\DocumentId $value | [
"Add",
"a",
"new",
"element",
"to",
"InitialDocumentIds"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/Document.php#L639-L646 |
42,503 | agentsib/diadoc-php | src/Api/Proto/Documents/Document.php | Document.addSubordinateDocumentIds | public function addSubordinateDocumentIds(\AgentSIB\Diadoc\Api\Proto\DocumentId $value)
{
if ($this->SubordinateDocumentIds === null) {
$this->SubordinateDocumentIds = new \Protobuf\MessageCollection();
}
$this->SubordinateDocumentIds->add($value);
} | php | public function addSubordinateDocumentIds(\AgentSIB\Diadoc\Api\Proto\DocumentId $value)
{
if ($this->SubordinateDocumentIds === null) {
$this->SubordinateDocumentIds = new \Protobuf\MessageCollection();
}
$this->SubordinateDocumentIds->add($value);
} | [
"public",
"function",
"addSubordinateDocumentIds",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"DocumentId",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"SubordinateDocumentIds",
"===",
"null",
")",
"{",
"$",
"this",
... | Add a new element to 'SubordinateDocumentIds'
@param \AgentSIB\Diadoc\Api\Proto\DocumentId $value | [
"Add",
"a",
"new",
"element",
"to",
"SubordinateDocumentIds"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/Document.php#L683-L690 |
42,504 | agentsib/diadoc-php | src/Api/Proto/Documents/Document.php | Document.setNonformalizedDocumentMetadata | public function setNonformalizedDocumentMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\NonformalizedDocument\NonformalizedDocumentMetadata $value = null)
{
$this->NonformalizedDocumentMetadata = $value;
} | php | public function setNonformalizedDocumentMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\NonformalizedDocument\NonformalizedDocumentMetadata $value = null)
{
$this->NonformalizedDocumentMetadata = $value;
} | [
"public",
"function",
"setNonformalizedDocumentMetadata",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"NonformalizedDocument",
"\\",
"NonformalizedDocumentMetadata",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
... | Set 'NonformalizedDocumentMetadata' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\NonformalizedDocument\NonformalizedDocumentMetadata $value | [
"Set",
"NonformalizedDocumentMetadata",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/Document.php#L837-L840 |
42,505 | agentsib/diadoc-php | src/Api/Proto/Documents/Document.php | Document.setTrustConnectionRequestMetadata | public function setTrustConnectionRequestMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\TrustConnectionRequestMetadata $value = null)
{
$this->TrustConnectionRequestMetadata = $value;
} | php | public function setTrustConnectionRequestMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\TrustConnectionRequestMetadata $value = null)
{
$this->TrustConnectionRequestMetadata = $value;
} | [
"public",
"function",
"setTrustConnectionRequestMetadata",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"BilateralDocument",
"\\",
"TrustConnectionRequestMetadata",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"-... | Set 'TrustConnectionRequestMetadata' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\TrustConnectionRequestMetadata $value | [
"Set",
"TrustConnectionRequestMetadata",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/Document.php#L897-L900 |
42,506 | agentsib/diadoc-php | src/Api/Proto/Documents/Document.php | Document.setTorg12Metadata | public function setTorg12Metadata(\AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\BasicDocumentMetadata $value = null)
{
$this->Torg12Metadata = $value;
} | php | public function setTorg12Metadata(\AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\BasicDocumentMetadata $value = null)
{
$this->Torg12Metadata = $value;
} | [
"public",
"function",
"setTorg12Metadata",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"BilateralDocument",
"\\",
"BasicDocumentMetadata",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Torg12Metadata",
... | Set 'Torg12Metadata' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\BasicDocumentMetadata $value | [
"Set",
"Torg12Metadata",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/Document.php#L927-L930 |
42,507 | agentsib/diadoc-php | src/Api/Proto/Documents/Document.php | Document.setInvoiceRevisionMetadata | public function setInvoiceRevisionMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\InvoiceDocument\InvoiceRevisionMetadata $value = null)
{
$this->InvoiceRevisionMetadata = $value;
} | php | public function setInvoiceRevisionMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\InvoiceDocument\InvoiceRevisionMetadata $value = null)
{
$this->InvoiceRevisionMetadata = $value;
} | [
"public",
"function",
"setInvoiceRevisionMetadata",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"InvoiceDocument",
"\\",
"InvoiceRevisionMetadata",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"InvoiceRe... | Set 'InvoiceRevisionMetadata' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\InvoiceDocument\InvoiceRevisionMetadata $value | [
"Set",
"InvoiceRevisionMetadata",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/Document.php#L957-L960 |
42,508 | agentsib/diadoc-php | src/Api/Proto/Documents/Document.php | Document.setInvoiceCorrectionRevisionMetadata | public function setInvoiceCorrectionRevisionMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\InvoiceDocument\InvoiceCorrectionRevisionMetadata $value = null)
{
$this->InvoiceCorrectionRevisionMetadata = $value;
} | php | public function setInvoiceCorrectionRevisionMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\InvoiceDocument\InvoiceCorrectionRevisionMetadata $value = null)
{
$this->InvoiceCorrectionRevisionMetadata = $value;
} | [
"public",
"function",
"setInvoiceCorrectionRevisionMetadata",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"InvoiceDocument",
"\\",
"InvoiceCorrectionRevisionMetadata",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
... | Set 'InvoiceCorrectionRevisionMetadata' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\InvoiceDocument\InvoiceCorrectionRevisionMetadata $value | [
"Set",
"InvoiceCorrectionRevisionMetadata",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/Document.php#L1017-L1020 |
42,509 | agentsib/diadoc-php | src/Api/Proto/Documents/Document.php | Document.setAcceptanceCertificateMetadata | public function setAcceptanceCertificateMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\AcceptanceCertificateDocument\AcceptanceCertificateMetadata $value = null)
{
$this->AcceptanceCertificateMetadata = $value;
} | php | public function setAcceptanceCertificateMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\AcceptanceCertificateDocument\AcceptanceCertificateMetadata $value = null)
{
$this->AcceptanceCertificateMetadata = $value;
} | [
"public",
"function",
"setAcceptanceCertificateMetadata",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"AcceptanceCertificateDocument",
"\\",
"AcceptanceCertificateMetadata",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"t... | Set 'AcceptanceCertificateMetadata' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\AcceptanceCertificateDocument\AcceptanceCertificateMetadata $value | [
"Set",
"AcceptanceCertificateMetadata",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/Document.php#L1047-L1050 |
42,510 | agentsib/diadoc-php | src/Api/Proto/Documents/Document.php | Document.setProformaInvoiceMetadata | public function setProformaInvoiceMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\UnilateralDocument\ProformaInvoiceMetadata $value = null)
{
$this->ProformaInvoiceMetadata = $value;
} | php | public function setProformaInvoiceMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\UnilateralDocument\ProformaInvoiceMetadata $value = null)
{
$this->ProformaInvoiceMetadata = $value;
} | [
"public",
"function",
"setProformaInvoiceMetadata",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"UnilateralDocument",
"\\",
"ProformaInvoiceMetadata",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Profor... | Set 'ProformaInvoiceMetadata' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\UnilateralDocument\ProformaInvoiceMetadata $value | [
"Set",
"ProformaInvoiceMetadata",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/Document.php#L1077-L1080 |
42,511 | agentsib/diadoc-php | src/Api/Proto/Documents/Document.php | Document.setXmlTorg12Metadata | public function setXmlTorg12Metadata(\AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\BasicDocumentMetadata $value = null)
{
$this->XmlTorg12Metadata = $value;
} | php | public function setXmlTorg12Metadata(\AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\BasicDocumentMetadata $value = null)
{
$this->XmlTorg12Metadata = $value;
} | [
"public",
"function",
"setXmlTorg12Metadata",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"BilateralDocument",
"\\",
"BasicDocumentMetadata",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"XmlTorg12Metada... | Set 'XmlTorg12Metadata' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\BasicDocumentMetadata $value | [
"Set",
"XmlTorg12Metadata",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/Document.php#L1107-L1110 |
42,512 | agentsib/diadoc-php | src/Api/Proto/Documents/Document.php | Document.setXmlAcceptanceCertificateMetadata | public function setXmlAcceptanceCertificateMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\BasicDocumentMetadata $value = null)
{
$this->XmlAcceptanceCertificateMetadata = $value;
} | php | public function setXmlAcceptanceCertificateMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\BasicDocumentMetadata $value = null)
{
$this->XmlAcceptanceCertificateMetadata = $value;
} | [
"public",
"function",
"setXmlAcceptanceCertificateMetadata",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"BilateralDocument",
"\\",
"BasicDocumentMetadata",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"... | Set 'XmlAcceptanceCertificateMetadata' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\BasicDocumentMetadata $value | [
"Set",
"XmlAcceptanceCertificateMetadata",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/Document.php#L1137-L1140 |
42,513 | agentsib/diadoc-php | src/Api/Proto/Documents/Document.php | Document.setPriceListMetadata | public function setPriceListMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\PriceListMetadata $value = null)
{
$this->PriceListMetadata = $value;
} | php | public function setPriceListMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\PriceListMetadata $value = null)
{
$this->PriceListMetadata = $value;
} | [
"public",
"function",
"setPriceListMetadata",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"BilateralDocument",
"\\",
"PriceListMetadata",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"PriceListMetadata",... | Set 'PriceListMetadata' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\PriceListMetadata $value | [
"Set",
"PriceListMetadata",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/Document.php#L1317-L1320 |
42,514 | agentsib/diadoc-php | src/Api/Proto/Documents/Document.php | Document.setResolutionStatus | public function setResolutionStatus(\AgentSIB\Diadoc\Api\Proto\Documents\ResolutionStatus $value = null)
{
$this->ResolutionStatus = $value;
} | php | public function setResolutionStatus(\AgentSIB\Diadoc\Api\Proto\Documents\ResolutionStatus $value = null)
{
$this->ResolutionStatus = $value;
} | [
"public",
"function",
"setResolutionStatus",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"ResolutionStatus",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"ResolutionStatus",
"=",
"$",
"value",
";",
... | Set 'ResolutionStatus' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\ResolutionStatus $value | [
"Set",
"ResolutionStatus",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/Document.php#L1377-L1380 |
42,515 | agentsib/diadoc-php | src/Api/Proto/Documents/Document.php | Document.setRevocationStatus | public function setRevocationStatus(\AgentSIB\Diadoc\Api\Proto\Documents\RevocationStatus $value = null)
{
$this->RevocationStatus = $value;
} | php | public function setRevocationStatus(\AgentSIB\Diadoc\Api\Proto\Documents\RevocationStatus $value = null)
{
$this->RevocationStatus = $value;
} | [
"public",
"function",
"setRevocationStatus",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"RevocationStatus",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"RevocationStatus",
"=",
"$",
"value",
";",
... | Set 'RevocationStatus' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\RevocationStatus $value | [
"Set",
"RevocationStatus",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/Document.php#L1407-L1410 |
42,516 | agentsib/diadoc-php | src/Api/Proto/Documents/Document.php | Document.addForwardDocumentEvents | public function addForwardDocumentEvents(\AgentSIB\Diadoc\Api\Proto\ForwardDocumentEvent $value)
{
if ($this->ForwardDocumentEvents === null) {
$this->ForwardDocumentEvents = new \Protobuf\MessageCollection();
}
$this->ForwardDocumentEvents->add($value);
} | php | public function addForwardDocumentEvents(\AgentSIB\Diadoc\Api\Proto\ForwardDocumentEvent $value)
{
if ($this->ForwardDocumentEvents === null) {
$this->ForwardDocumentEvents = new \Protobuf\MessageCollection();
}
$this->ForwardDocumentEvents->add($value);
} | [
"public",
"function",
"addForwardDocumentEvents",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"ForwardDocumentEvent",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"ForwardDocumentEvents",
"===",
"null",
")",
"{",
"$",
"t... | Add a new element to 'ForwardDocumentEvents'
@param \AgentSIB\Diadoc\Api\Proto\ForwardDocumentEvent $value | [
"Add",
"a",
"new",
"element",
"to",
"ForwardDocumentEvents"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/Document.php#L1507-L1514 |
42,517 | agentsib/diadoc-php | src/Api/Proto/Documents/Document.php | Document.setReconciliationActMetadata | public function setReconciliationActMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\BilateralDocumentMetadata $value = null)
{
$this->ReconciliationActMetadata = $value;
} | php | public function setReconciliationActMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\BilateralDocumentMetadata $value = null)
{
$this->ReconciliationActMetadata = $value;
} | [
"public",
"function",
"setReconciliationActMetadata",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"BilateralDocument",
"\\",
"BilateralDocumentMetadata",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Rec... | Set 'ReconciliationActMetadata' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\BilateralDocumentMetadata $value | [
"Set",
"ReconciliationActMetadata",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/Document.php#L1541-L1544 |
42,518 | agentsib/diadoc-php | src/Api/Proto/Documents/Document.php | Document.setContractMetadata | public function setContractMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\ContractMetadata $value = null)
{
$this->ContractMetadata = $value;
} | php | public function setContractMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\ContractMetadata $value = null)
{
$this->ContractMetadata = $value;
} | [
"public",
"function",
"setContractMetadata",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"BilateralDocument",
"\\",
"ContractMetadata",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"ContractMetadata",
... | Set 'ContractMetadata' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\ContractMetadata $value | [
"Set",
"ContractMetadata",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/Document.php#L1571-L1574 |
42,519 | agentsib/diadoc-php | src/Api/Proto/Documents/Document.php | Document.setTorg13Metadata | public function setTorg13Metadata(\AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\BasicDocumentMetadata $value = null)
{
$this->Torg13Metadata = $value;
} | php | public function setTorg13Metadata(\AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\BasicDocumentMetadata $value = null)
{
$this->Torg13Metadata = $value;
} | [
"public",
"function",
"setTorg13Metadata",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"BilateralDocument",
"\\",
"BasicDocumentMetadata",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Torg13Metadata",
... | Set 'Torg13Metadata' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\BasicDocumentMetadata $value | [
"Set",
"Torg13Metadata",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/Document.php#L1601-L1604 |
42,520 | agentsib/diadoc-php | src/Api/Proto/Documents/Document.php | Document.setServiceDetailsMetadata | public function setServiceDetailsMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\UnilateralDocument\ServiceDetailsMetadata $value = null)
{
$this->ServiceDetailsMetadata = $value;
} | php | public function setServiceDetailsMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\UnilateralDocument\ServiceDetailsMetadata $value = null)
{
$this->ServiceDetailsMetadata = $value;
} | [
"public",
"function",
"setServiceDetailsMetadata",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"UnilateralDocument",
"\\",
"ServiceDetailsMetadata",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"ServiceD... | Set 'ServiceDetailsMetadata' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\UnilateralDocument\ServiceDetailsMetadata $value | [
"Set",
"ServiceDetailsMetadata",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/Document.php#L1631-L1634 |
42,521 | agentsib/diadoc-php | src/Api/Proto/Documents/Document.php | Document.setRoamingNotificationStatus | public function setRoamingNotificationStatus(\AgentSIB\Diadoc\Api\Proto\Documents\RoamingNotificationStatus $value = null)
{
$this->RoamingNotificationStatus = $value;
} | php | public function setRoamingNotificationStatus(\AgentSIB\Diadoc\Api\Proto\Documents\RoamingNotificationStatus $value = null)
{
$this->RoamingNotificationStatus = $value;
} | [
"public",
"function",
"setRoamingNotificationStatus",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"RoamingNotificationStatus",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"RoamingNotificationStatus",
"=",... | Set 'RoamingNotificationStatus' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\RoamingNotificationStatus $value | [
"Set",
"RoamingNotificationStatus",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/Document.php#L1661-L1664 |
42,522 | agentsib/diadoc-php | src/Api/Proto/Documents/Document.php | Document.addCustomData | public function addCustomData(\AgentSIB\Diadoc\Api\Proto\CustomDataItem $value)
{
if ($this->CustomData === null) {
$this->CustomData = new \Protobuf\MessageCollection();
}
$this->CustomData->add($value);
} | php | public function addCustomData(\AgentSIB\Diadoc\Api\Proto\CustomDataItem $value)
{
if ($this->CustomData === null) {
$this->CustomData = new \Protobuf\MessageCollection();
}
$this->CustomData->add($value);
} | [
"public",
"function",
"addCustomData",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"CustomDataItem",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"CustomData",
"===",
"null",
")",
"{",
"$",
"this",
"->",
"CustomData"... | Add a new element to 'CustomData'
@param \AgentSIB\Diadoc\Api\Proto\CustomDataItem $value | [
"Add",
"a",
"new",
"element",
"to",
"CustomData"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/Document.php#L1731-L1738 |
42,523 | agentsib/diadoc-php | src/Api/Proto/Documents/Document.php | Document.setDocumentDirection | public function setDocumentDirection(\AgentSIB\Diadoc\Api\Proto\DocumentDirection $value = null)
{
$this->DocumentDirection = $value;
} | php | public function setDocumentDirection(\AgentSIB\Diadoc\Api\Proto\DocumentDirection $value = null)
{
$this->DocumentDirection = $value;
} | [
"public",
"function",
"setDocumentDirection",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"DocumentDirection",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"DocumentDirection",
"=",
"$",
"value",
";",
"}"
] | Set 'DocumentDirection' value
@param \AgentSIB\Diadoc\Api\Proto\DocumentDirection $value | [
"Set",
"DocumentDirection",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/Document.php#L1795-L1798 |
42,524 | agentsib/diadoc-php | src/Api/Proto/Documents/Document.php | Document.setSenderSignatureStatus | public function setSenderSignatureStatus(\AgentSIB\Diadoc\Api\Proto\Documents\SenderSignatureStatus $value = null)
{
$this->SenderSignatureStatus = $value;
} | php | public function setSenderSignatureStatus(\AgentSIB\Diadoc\Api\Proto\Documents\SenderSignatureStatus $value = null)
{
$this->SenderSignatureStatus = $value;
} | [
"public",
"function",
"setSenderSignatureStatus",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"SenderSignatureStatus",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"SenderSignatureStatus",
"=",
"$",
"v... | Set 'SenderSignatureStatus' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\SenderSignatureStatus $value | [
"Set",
"SenderSignatureStatus",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/Document.php#L1885-L1888 |
42,525 | agentsib/diadoc-php | src/Api/Proto/Documents/Document.php | Document.setSupplementaryAgreementMetadata | public function setSupplementaryAgreementMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\SupplementaryAgreementMetadata $value = null)
{
$this->SupplementaryAgreementMetadata = $value;
} | php | public function setSupplementaryAgreementMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\SupplementaryAgreementMetadata $value = null)
{
$this->SupplementaryAgreementMetadata = $value;
} | [
"public",
"function",
"setSupplementaryAgreementMetadata",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"BilateralDocument",
"\\",
"SupplementaryAgreementMetadata",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"-... | Set 'SupplementaryAgreementMetadata' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\SupplementaryAgreementMetadata $value | [
"Set",
"SupplementaryAgreementMetadata",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/Document.php#L1915-L1918 |
42,526 | agentsib/diadoc-php | src/Api/Proto/Documents/Document.php | Document.setPriceListAgreementMetadata | public function setPriceListAgreementMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\NonformalizedDocument\NonformalizedDocumentMetadata $value = null)
{
$this->PriceListAgreementMetadata = $value;
} | php | public function setPriceListAgreementMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\NonformalizedDocument\NonformalizedDocumentMetadata $value = null)
{
$this->PriceListAgreementMetadata = $value;
} | [
"public",
"function",
"setPriceListAgreementMetadata",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"NonformalizedDocument",
"\\",
"NonformalizedDocumentMetadata",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->... | Set 'PriceListAgreementMetadata' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\NonformalizedDocument\NonformalizedDocumentMetadata $value | [
"Set",
"PriceListAgreementMetadata",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/Document.php#L2035-L2038 |
42,527 | agentsib/diadoc-php | src/Api/Proto/Documents/Document.php | Document.setCertificateRegistryMetadata | public function setCertificateRegistryMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\NonformalizedDocument\NonformalizedDocumentMetadata $value = null)
{
$this->CertificateRegistryMetadata = $value;
} | php | public function setCertificateRegistryMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\NonformalizedDocument\NonformalizedDocumentMetadata $value = null)
{
$this->CertificateRegistryMetadata = $value;
} | [
"public",
"function",
"setCertificateRegistryMetadata",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"NonformalizedDocument",
"\\",
"NonformalizedDocumentMetadata",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"-... | Set 'CertificateRegistryMetadata' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\NonformalizedDocument\NonformalizedDocumentMetadata $value | [
"Set",
"CertificateRegistryMetadata",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/Document.php#L2065-L2068 |
42,528 | agentsib/diadoc-php | src/Api/Proto/Documents/Document.php | Document.setUniversalTransferDocumentMetadata | public function setUniversalTransferDocumentMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\UniversalTransferDocument\UniversalTransferDocumentMetadata $value = null)
{
$this->UniversalTransferDocumentMetadata = $value;
} | php | public function setUniversalTransferDocumentMetadata(\AgentSIB\Diadoc\Api\Proto\Documents\UniversalTransferDocument\UniversalTransferDocumentMetadata $value = null)
{
$this->UniversalTransferDocumentMetadata = $value;
} | [
"public",
"function",
"setUniversalTransferDocumentMetadata",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"UniversalTransferDocument",
"\\",
"UniversalTransferDocumentMetadata",
"$",
"value",
"=",
"null",
")",
"{",
"$",
... | Set 'UniversalTransferDocumentMetadata' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\UniversalTransferDocument\UniversalTransferDocumentMetadata $value | [
"Set",
"UniversalTransferDocumentMetadata",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/Document.php#L2095-L2098 |
42,529 | agentsib/diadoc-php | src/Api/Proto/Events/SupplementaryAgreementAttachment.php | SupplementaryAgreementAttachment.setSignedContent | public function setSignedContent(\AgentSIB\Diadoc\Api\Proto\Events\SignedContent $value)
{
$this->SignedContent = $value;
} | php | public function setSignedContent(\AgentSIB\Diadoc\Api\Proto\Events\SignedContent $value)
{
$this->SignedContent = $value;
} | [
"public",
"function",
"setSignedContent",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"SignedContent",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"SignedContent",
"=",
"$",
"value",
";",
"}"
] | Set 'SignedContent' value
@param \AgentSIB\Diadoc\Api\Proto\Events\SignedContent $value | [
"Set",
"SignedContent",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/SupplementaryAgreementAttachment.php#L161-L164 |
42,530 | agentsib/diadoc-php | src/Api/Proto/Docflow/GetDocflowEventsRequest.php | GetDocflowEventsRequest.setFilter | public function setFilter(\AgentSIB\Diadoc\Api\Proto\TimeBasedFilter $value)
{
$this->Filter = $value;
} | php | public function setFilter(\AgentSIB\Diadoc\Api\Proto\TimeBasedFilter $value)
{
$this->Filter = $value;
} | [
"public",
"function",
"setFilter",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"TimeBasedFilter",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"Filter",
"=",
"$",
"value",
";",
"}"
] | Set 'Filter' value
@param \AgentSIB\Diadoc\Api\Proto\TimeBasedFilter $value | [
"Set",
"Filter",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/GetDocflowEventsRequest.php#L99-L102 |
42,531 | agentsib/diadoc-php | src/Api/Proto/Docflow/GetDocflowEventsRequest.php | GetDocflowEventsRequest.setAfterIndexKey | public function setAfterIndexKey($value = null)
{
if ($value !== null && ! $value instanceof \Protobuf\Stream) {
$value = \Protobuf\Stream::wrap($value);
}
$this->AfterIndexKey = $value;
} | php | public function setAfterIndexKey($value = null)
{
if ($value !== null && ! $value instanceof \Protobuf\Stream) {
$value = \Protobuf\Stream::wrap($value);
}
$this->AfterIndexKey = $value;
} | [
"public",
"function",
"setAfterIndexKey",
"(",
"$",
"value",
"=",
"null",
")",
"{",
"if",
"(",
"$",
"value",
"!==",
"null",
"&&",
"!",
"$",
"value",
"instanceof",
"\\",
"Protobuf",
"\\",
"Stream",
")",
"{",
"$",
"value",
"=",
"\\",
"Protobuf",
"\\",
... | Set 'AfterIndexKey' value
@param \Protobuf\Stream $value | [
"Set",
"AfterIndexKey",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/GetDocflowEventsRequest.php#L129-L136 |
42,532 | agentsib/diadoc-php | src/Api/Proto/OrganizationWithCounteragentStatus.php | OrganizationWithCounteragentStatus.setOrganization | public function setOrganization(\AgentSIB\Diadoc\Api\Proto\Organization $value)
{
$this->Organization = $value;
} | php | public function setOrganization(\AgentSIB\Diadoc\Api\Proto\Organization $value)
{
$this->Organization = $value;
} | [
"public",
"function",
"setOrganization",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Organization",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"Organization",
"=",
"$",
"value",
";",
"}"
] | Set 'Organization' value
@param \AgentSIB\Diadoc\Api\Proto\Organization $value | [
"Set",
"Organization",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/OrganizationWithCounteragentStatus.php#L76-L79 |
42,533 | agentsib/diadoc-php | src/Api/Proto/OrganizationWithCounteragentStatus.php | OrganizationWithCounteragentStatus.setCounteragentStatus | public function setCounteragentStatus(\AgentSIB\Diadoc\Api\Proto\CounteragentStatus $value = null)
{
$this->CounteragentStatus = $value;
} | php | public function setCounteragentStatus(\AgentSIB\Diadoc\Api\Proto\CounteragentStatus $value = null)
{
$this->CounteragentStatus = $value;
} | [
"public",
"function",
"setCounteragentStatus",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"CounteragentStatus",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"CounteragentStatus",
"=",
"$",
"value",
";",
"}"
] | Set 'CounteragentStatus' value
@param \AgentSIB\Diadoc\Api\Proto\CounteragentStatus $value | [
"Set",
"CounteragentStatus",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/OrganizationWithCounteragentStatus.php#L106-L109 |
42,534 | agentsib/diadoc-php | src/Api/Proto/Invoicing/ExtendedInvoiceItem.php | ExtendedInvoiceItem.setTaxRate | public function setTaxRate(\AgentSIB\Diadoc\Api\Proto\Invoicing\TaxRate $value)
{
$this->TaxRate = $value;
} | php | public function setTaxRate(\AgentSIB\Diadoc\Api\Proto\Invoicing\TaxRate $value)
{
$this->TaxRate = $value;
} | [
"public",
"function",
"setTaxRate",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"TaxRate",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"TaxRate",
"=",
"$",
"value",
";",
"}"
] | Set 'TaxRate' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\TaxRate $value | [
"Set",
"TaxRate",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/ExtendedInvoiceItem.php#L358-L361 |
42,535 | agentsib/diadoc-php | src/Api/Proto/Invoicing/ExtendedInvoiceItem.php | ExtendedInvoiceItem.addCustomsDeclarations | public function addCustomsDeclarations(\AgentSIB\Diadoc\Api\Proto\Invoicing\CustomsDeclaration $value)
{
if ($this->CustomsDeclarations === null) {
$this->CustomsDeclarations = new \Protobuf\MessageCollection();
}
$this->CustomsDeclarations->add($value);
} | php | public function addCustomsDeclarations(\AgentSIB\Diadoc\Api\Proto\Invoicing\CustomsDeclaration $value)
{
if ($this->CustomsDeclarations === null) {
$this->CustomsDeclarations = new \Protobuf\MessageCollection();
}
$this->CustomsDeclarations->add($value);
} | [
"public",
"function",
"addCustomsDeclarations",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"CustomsDeclaration",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"CustomsDeclarations",
"===",
"null",
")",
... | Add a new element to 'CustomsDeclarations'
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\CustomsDeclaration $value | [
"Add",
"a",
"new",
"element",
"to",
"CustomsDeclarations"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/ExtendedInvoiceItem.php#L488-L495 |
42,536 | agentsib/diadoc-php | src/Api/Proto/Invoicing/ExtendedInvoiceItem.php | ExtendedInvoiceItem.setItemMark | public function setItemMark(\AgentSIB\Diadoc\Api\Proto\Invoicing\ItemMark $value = null)
{
$this->ItemMark = $value;
} | php | public function setItemMark(\AgentSIB\Diadoc\Api\Proto\Invoicing\ItemMark $value = null)
{
$this->ItemMark = $value;
} | [
"public",
"function",
"setItemMark",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"ItemMark",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"ItemMark",
"=",
"$",
"value",
";",
"}"
] | Set 'ItemMark' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\ItemMark $value | [
"Set",
"ItemMark",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/ExtendedInvoiceItem.php#L522-L525 |
42,537 | agentsib/diadoc-php | src/Api/Proto/Invoicing/ExtendedInvoiceItem.php | ExtendedInvoiceItem.addAdditionalInfo | public function addAdditionalInfo(\AgentSIB\Diadoc\Api\Proto\Invoicing\AdditionalInfo $value)
{
if ($this->AdditionalInfo === null) {
$this->AdditionalInfo = new \Protobuf\MessageCollection();
}
$this->AdditionalInfo->add($value);
} | php | public function addAdditionalInfo(\AgentSIB\Diadoc\Api\Proto\Invoicing\AdditionalInfo $value)
{
if ($this->AdditionalInfo === null) {
$this->AdditionalInfo = new \Protobuf\MessageCollection();
}
$this->AdditionalInfo->add($value);
} | [
"public",
"function",
"addAdditionalInfo",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"AdditionalInfo",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"AdditionalInfo",
"===",
"null",
")",
"{",
"$",
... | Add a new element to 'AdditionalInfo'
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\AdditionalInfo $value | [
"Add",
"a",
"new",
"element",
"to",
"AdditionalInfo"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/ExtendedInvoiceItem.php#L712-L719 |
42,538 | agentsib/diadoc-php | src/Api/Proto/GetOrganizationsByInnListRequest.php | GetOrganizationsByInnListRequest.addInnList | public function addInnList($value)
{
if ($this->InnList === null) {
$this->InnList = new \Protobuf\ScalarCollection();
}
$this->InnList->add($value);
} | php | public function addInnList($value)
{
if ($this->InnList === null) {
$this->InnList = new \Protobuf\ScalarCollection();
}
$this->InnList->add($value);
} | [
"public",
"function",
"addInnList",
"(",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"InnList",
"===",
"null",
")",
"{",
"$",
"this",
"->",
"InnList",
"=",
"new",
"\\",
"Protobuf",
"\\",
"ScalarCollection",
"(",
")",
";",
"}",
"$",
"this",
... | Add a new element to 'InnList'
@param string $value | [
"Add",
"a",
"new",
"element",
"to",
"InnList"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/GetOrganizationsByInnListRequest.php#L69-L76 |
42,539 | agentsib/diadoc-php | src/Api/Proto/Events/DraftToSend.php | DraftToSend.addDocumentSignatures | public function addDocumentSignatures(\AgentSIB\Diadoc\Api\Proto\Events\DocumentSenderSignature $value)
{
if ($this->DocumentSignatures === null) {
$this->DocumentSignatures = new \Protobuf\MessageCollection();
}
$this->DocumentSignatures->add($value);
} | php | public function addDocumentSignatures(\AgentSIB\Diadoc\Api\Proto\Events\DocumentSenderSignature $value)
{
if ($this->DocumentSignatures === null) {
$this->DocumentSignatures = new \Protobuf\MessageCollection();
}
$this->DocumentSignatures->add($value);
} | [
"public",
"function",
"addDocumentSignatures",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"DocumentSenderSignature",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"DocumentSignatures",
"===",
"null",
")",
... | Add a new element to 'DocumentSignatures'
@param \AgentSIB\Diadoc\Api\Proto\Events\DocumentSenderSignature $value | [
"Add",
"a",
"new",
"element",
"to",
"DocumentSignatures"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/DraftToSend.php#L231-L238 |
42,540 | agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addReceipts | public function addReceipts(\AgentSIB\Diadoc\Api\Proto\Events\ReceiptAttachment $value)
{
if ($this->Receipts === null) {
$this->Receipts = new \Protobuf\MessageCollection();
}
$this->Receipts->add($value);
} | php | public function addReceipts(\AgentSIB\Diadoc\Api\Proto\Events\ReceiptAttachment $value)
{
if ($this->Receipts === null) {
$this->Receipts = new \Protobuf\MessageCollection();
}
$this->Receipts->add($value);
} | [
"public",
"function",
"addReceipts",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ReceiptAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Receipts",
"===",
"null",
")",
"{",
"$",
"this",
"... | Add a new element to 'Receipts'
@param \AgentSIB\Diadoc\Api\Proto\Events\ReceiptAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"Receipts"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L262-L269 |
42,541 | agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addCorrectionRequests | public function addCorrectionRequests(\AgentSIB\Diadoc\Api\Proto\Events\CorrectionRequestAttachment $value)
{
if ($this->CorrectionRequests === null) {
$this->CorrectionRequests = new \Protobuf\MessageCollection();
}
$this->CorrectionRequests->add($value);
} | php | public function addCorrectionRequests(\AgentSIB\Diadoc\Api\Proto\Events\CorrectionRequestAttachment $value)
{
if ($this->CorrectionRequests === null) {
$this->CorrectionRequests = new \Protobuf\MessageCollection();
}
$this->CorrectionRequests->add($value);
} | [
"public",
"function",
"addCorrectionRequests",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"CorrectionRequestAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"CorrectionRequests",
"===",
"null",
")... | Add a new element to 'CorrectionRequests'
@param \AgentSIB\Diadoc\Api\Proto\Events\CorrectionRequestAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"CorrectionRequests"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L306-L313 |
42,542 | agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addSignatures | public function addSignatures(\AgentSIB\Diadoc\Api\Proto\Events\DocumentSignature $value)
{
if ($this->Signatures === null) {
$this->Signatures = new \Protobuf\MessageCollection();
}
$this->Signatures->add($value);
} | php | public function addSignatures(\AgentSIB\Diadoc\Api\Proto\Events\DocumentSignature $value)
{
if ($this->Signatures === null) {
$this->Signatures = new \Protobuf\MessageCollection();
}
$this->Signatures->add($value);
} | [
"public",
"function",
"addSignatures",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"DocumentSignature",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Signatures",
"===",
"null",
")",
"{",
"$",
"this",... | Add a new element to 'Signatures'
@param \AgentSIB\Diadoc\Api\Proto\Events\DocumentSignature $value | [
"Add",
"a",
"new",
"element",
"to",
"Signatures"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L350-L357 |
42,543 | agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addRequestedSignatureRejections | public function addRequestedSignatureRejections(\AgentSIB\Diadoc\Api\Proto\Events\RequestedSignatureRejection $value)
{
if ($this->RequestedSignatureRejections === null) {
$this->RequestedSignatureRejections = new \Protobuf\MessageCollection();
}
$this->RequestedSignatureRejections->add($value);
} | php | public function addRequestedSignatureRejections(\AgentSIB\Diadoc\Api\Proto\Events\RequestedSignatureRejection $value)
{
if ($this->RequestedSignatureRejections === null) {
$this->RequestedSignatureRejections = new \Protobuf\MessageCollection();
}
$this->RequestedSignatureRejections->add($value);
} | [
"public",
"function",
"addRequestedSignatureRejections",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"RequestedSignatureRejection",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"RequestedSignatureRejections",
"... | Add a new element to 'RequestedSignatureRejections'
@param \AgentSIB\Diadoc\Api\Proto\Events\RequestedSignatureRejection $value | [
"Add",
"a",
"new",
"element",
"to",
"RequestedSignatureRejections"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L394-L401 |
42,544 | agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addXmlTorg12BuyerTitles | public function addXmlTorg12BuyerTitles(\AgentSIB\Diadoc\Api\Proto\Events\ReceiptAttachment $value)
{
if ($this->XmlTorg12BuyerTitles === null) {
$this->XmlTorg12BuyerTitles = new \Protobuf\MessageCollection();
}
$this->XmlTorg12BuyerTitles->add($value);
} | php | public function addXmlTorg12BuyerTitles(\AgentSIB\Diadoc\Api\Proto\Events\ReceiptAttachment $value)
{
if ($this->XmlTorg12BuyerTitles === null) {
$this->XmlTorg12BuyerTitles = new \Protobuf\MessageCollection();
}
$this->XmlTorg12BuyerTitles->add($value);
} | [
"public",
"function",
"addXmlTorg12BuyerTitles",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ReceiptAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"XmlTorg12BuyerTitles",
"===",
"null",
")",
"... | Add a new element to 'XmlTorg12BuyerTitles'
@param \AgentSIB\Diadoc\Api\Proto\Events\ReceiptAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"XmlTorg12BuyerTitles"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L438-L445 |
42,545 | agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addXmlAcceptanceCertificateBuyerTitles | public function addXmlAcceptanceCertificateBuyerTitles(\AgentSIB\Diadoc\Api\Proto\Events\ReceiptAttachment $value)
{
if ($this->XmlAcceptanceCertificateBuyerTitles === null) {
$this->XmlAcceptanceCertificateBuyerTitles = new \Protobuf\MessageCollection();
}
$this->XmlAcceptanceCertificateBuyerTitles->add($value);
} | php | public function addXmlAcceptanceCertificateBuyerTitles(\AgentSIB\Diadoc\Api\Proto\Events\ReceiptAttachment $value)
{
if ($this->XmlAcceptanceCertificateBuyerTitles === null) {
$this->XmlAcceptanceCertificateBuyerTitles = new \Protobuf\MessageCollection();
}
$this->XmlAcceptanceCertificateBuyerTitles->add($value);
} | [
"public",
"function",
"addXmlAcceptanceCertificateBuyerTitles",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ReceiptAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"XmlAcceptanceCertificateBuyerTitles",... | Add a new element to 'XmlAcceptanceCertificateBuyerTitles'
@param \AgentSIB\Diadoc\Api\Proto\Events\ReceiptAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"XmlAcceptanceCertificateBuyerTitles"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L482-L489 |
42,546 | agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addResolutions | public function addResolutions(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionAttachment $value)
{
if ($this->Resolutions === null) {
$this->Resolutions = new \Protobuf\MessageCollection();
}
$this->Resolutions->add($value);
} | php | public function addResolutions(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionAttachment $value)
{
if ($this->Resolutions === null) {
$this->Resolutions = new \Protobuf\MessageCollection();
}
$this->Resolutions->add($value);
} | [
"public",
"function",
"addResolutions",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ResolutionAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Resolutions",
"===",
"null",
")",
"{",
"$",
"t... | Add a new element to 'Resolutions'
@param \AgentSIB\Diadoc\Api\Proto\Events\ResolutionAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"Resolutions"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L526-L533 |
42,547 | agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addResolutionRequests | public function addResolutionRequests(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestAttachment $value)
{
if ($this->ResolutionRequests === null) {
$this->ResolutionRequests = new \Protobuf\MessageCollection();
}
$this->ResolutionRequests->add($value);
} | php | public function addResolutionRequests(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestAttachment $value)
{
if ($this->ResolutionRequests === null) {
$this->ResolutionRequests = new \Protobuf\MessageCollection();
}
$this->ResolutionRequests->add($value);
} | [
"public",
"function",
"addResolutionRequests",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ResolutionRequestAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"ResolutionRequests",
"===",
"null",
")... | Add a new element to 'ResolutionRequests'
@param \AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"ResolutionRequests"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L570-L577 |
42,548 | agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addResolutionRequestCancellations | public function addResolutionRequestCancellations(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestCancellationAttachment $value)
{
if ($this->ResolutionRequestCancellations === null) {
$this->ResolutionRequestCancellations = new \Protobuf\MessageCollection();
}
$this->ResolutionRequestCancellations->add($value);
} | php | public function addResolutionRequestCancellations(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestCancellationAttachment $value)
{
if ($this->ResolutionRequestCancellations === null) {
$this->ResolutionRequestCancellations = new \Protobuf\MessageCollection();
}
$this->ResolutionRequestCancellations->add($value);
} | [
"public",
"function",
"addResolutionRequestCancellations",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ResolutionRequestCancellationAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"ResolutionRequestCan... | Add a new element to 'ResolutionRequestCancellations'
@param \AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestCancellationAttachment
$value | [
"Add",
"a",
"new",
"element",
"to",
"ResolutionRequestCancellations"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L615-L622 |
42,549 | agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addResolutionRequestDenials | public function addResolutionRequestDenials(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestDenialAttachment $value)
{
if ($this->ResolutionRequestDenials === null) {
$this->ResolutionRequestDenials = new \Protobuf\MessageCollection();
}
$this->ResolutionRequestDenials->add($value);
} | php | public function addResolutionRequestDenials(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestDenialAttachment $value)
{
if ($this->ResolutionRequestDenials === null) {
$this->ResolutionRequestDenials = new \Protobuf\MessageCollection();
}
$this->ResolutionRequestDenials->add($value);
} | [
"public",
"function",
"addResolutionRequestDenials",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ResolutionRequestDenialAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"ResolutionRequestDenials",
"==... | Add a new element to 'ResolutionRequestDenials'
@param \AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestDenialAttachment
$value | [
"Add",
"a",
"new",
"element",
"to",
"ResolutionRequestDenials"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L660-L667 |
42,550 | agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addResolutionRequestDenialCancellations | public function addResolutionRequestDenialCancellations(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestDenialCancellationAttachment $value)
{
if ($this->ResolutionRequestDenialCancellations === null) {
$this->ResolutionRequestDenialCancellations = new \Protobuf\MessageCollection();
}
$this->ResolutionRequestDenialCancellations->add($value);
} | php | public function addResolutionRequestDenialCancellations(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestDenialCancellationAttachment $value)
{
if ($this->ResolutionRequestDenialCancellations === null) {
$this->ResolutionRequestDenialCancellations = new \Protobuf\MessageCollection();
}
$this->ResolutionRequestDenialCancellations->add($value);
} | [
"public",
"function",
"addResolutionRequestDenialCancellations",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ResolutionRequestDenialCancellationAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Resoluti... | Add a new element to 'ResolutionRequestDenialCancellations'
@param
\AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestDenialCancellationAttachment
$value | [
"Add",
"a",
"new",
"element",
"to",
"ResolutionRequestDenialCancellations"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L706-L713 |
42,551 | agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addRevocationRequests | public function addRevocationRequests(\AgentSIB\Diadoc\Api\Proto\Events\RevocationRequestAttachment $value)
{
if ($this->RevocationRequests === null) {
$this->RevocationRequests = new \Protobuf\MessageCollection();
}
$this->RevocationRequests->add($value);
} | php | public function addRevocationRequests(\AgentSIB\Diadoc\Api\Proto\Events\RevocationRequestAttachment $value)
{
if ($this->RevocationRequests === null) {
$this->RevocationRequests = new \Protobuf\MessageCollection();
}
$this->RevocationRequests->add($value);
} | [
"public",
"function",
"addRevocationRequests",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"RevocationRequestAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"RevocationRequests",
"===",
"null",
")... | Add a new element to 'RevocationRequests'
@param \AgentSIB\Diadoc\Api\Proto\Events\RevocationRequestAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"RevocationRequests"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L750-L757 |
42,552 | agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addXmlSignatureRejections | public function addXmlSignatureRejections(\AgentSIB\Diadoc\Api\Proto\Events\XmlSignatureRejectionAttachment $value)
{
if ($this->XmlSignatureRejections === null) {
$this->XmlSignatureRejections = new \Protobuf\MessageCollection();
}
$this->XmlSignatureRejections->add($value);
} | php | public function addXmlSignatureRejections(\AgentSIB\Diadoc\Api\Proto\Events\XmlSignatureRejectionAttachment $value)
{
if ($this->XmlSignatureRejections === null) {
$this->XmlSignatureRejections = new \Protobuf\MessageCollection();
}
$this->XmlSignatureRejections->add($value);
} | [
"public",
"function",
"addXmlSignatureRejections",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"XmlSignatureRejectionAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"XmlSignatureRejections",
"===",
... | Add a new element to 'XmlSignatureRejections'
@param \AgentSIB\Diadoc\Api\Proto\Events\XmlSignatureRejectionAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"XmlSignatureRejections"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L794-L801 |
42,553 | agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addCustomDataPatches | public function addCustomDataPatches(\AgentSIB\Diadoc\Api\Proto\Events\CustomDataPatch $value)
{
if ($this->CustomDataPatches === null) {
$this->CustomDataPatches = new \Protobuf\MessageCollection();
}
$this->CustomDataPatches->add($value);
} | php | public function addCustomDataPatches(\AgentSIB\Diadoc\Api\Proto\Events\CustomDataPatch $value)
{
if ($this->CustomDataPatches === null) {
$this->CustomDataPatches = new \Protobuf\MessageCollection();
}
$this->CustomDataPatches->add($value);
} | [
"public",
"function",
"addCustomDataPatches",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"CustomDataPatch",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"CustomDataPatches",
"===",
"null",
")",
"{",
"$... | Add a new element to 'CustomDataPatches'
@param \AgentSIB\Diadoc\Api\Proto\Events\CustomDataPatch $value | [
"Add",
"a",
"new",
"element",
"to",
"CustomDataPatches"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L838-L845 |
42,554 | agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addResolutionChainAssignments | public function addResolutionChainAssignments(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionChainAssignment $value)
{
if ($this->ResolutionChainAssignments === null) {
$this->ResolutionChainAssignments = new \Protobuf\MessageCollection();
}
$this->ResolutionChainAssignments->add($value);
} | php | public function addResolutionChainAssignments(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionChainAssignment $value)
{
if ($this->ResolutionChainAssignments === null) {
$this->ResolutionChainAssignments = new \Protobuf\MessageCollection();
}
$this->ResolutionChainAssignments->add($value);
} | [
"public",
"function",
"addResolutionChainAssignments",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ResolutionChainAssignment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"ResolutionChainAssignments",
"===",
... | Add a new element to 'ResolutionChainAssignments'
@param \AgentSIB\Diadoc\Api\Proto\Events\ResolutionChainAssignment $value | [
"Add",
"a",
"new",
"element",
"to",
"ResolutionChainAssignments"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L882-L889 |
42,555 | agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addSignatureVerifications | public function addSignatureVerifications(\AgentSIB\Diadoc\Api\Proto\Events\SignatureVerification $value)
{
if ($this->SignatureVerifications === null) {
$this->SignatureVerifications = new \Protobuf\MessageCollection();
}
$this->SignatureVerifications->add($value);
} | php | public function addSignatureVerifications(\AgentSIB\Diadoc\Api\Proto\Events\SignatureVerification $value)
{
if ($this->SignatureVerifications === null) {
$this->SignatureVerifications = new \Protobuf\MessageCollection();
}
$this->SignatureVerifications->add($value);
} | [
"public",
"function",
"addSignatureVerifications",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"SignatureVerification",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"SignatureVerifications",
"===",
"null",
... | Add a new element to 'SignatureVerifications'
@param \AgentSIB\Diadoc\Api\Proto\Events\SignatureVerification $value | [
"Add",
"a",
"new",
"element",
"to",
"SignatureVerifications"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L926-L933 |
42,556 | agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addEditDocumentPacketCommands | public function addEditDocumentPacketCommands(\AgentSIB\Diadoc\Api\Proto\Events\EditDocumentPacketCommand $value)
{
if ($this->EditDocumentPacketCommands === null) {
$this->EditDocumentPacketCommands = new \Protobuf\MessageCollection();
}
$this->EditDocumentPacketCommands->add($value);
} | php | public function addEditDocumentPacketCommands(\AgentSIB\Diadoc\Api\Proto\Events\EditDocumentPacketCommand $value)
{
if ($this->EditDocumentPacketCommands === null) {
$this->EditDocumentPacketCommands = new \Protobuf\MessageCollection();
}
$this->EditDocumentPacketCommands->add($value);
} | [
"public",
"function",
"addEditDocumentPacketCommands",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"EditDocumentPacketCommand",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"EditDocumentPacketCommands",
"===",
... | Add a new element to 'EditDocumentPacketCommands'
@param \AgentSIB\Diadoc\Api\Proto\Events\EditDocumentPacketCommand $value | [
"Add",
"a",
"new",
"element",
"to",
"EditDocumentPacketCommands"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L970-L977 |
42,557 | agentsib/diadoc-php | src/Api/Proto/Events/MessagePatchToPost.php | MessagePatchToPost.addUniversalTransferDocumentBuyerTitles | public function addUniversalTransferDocumentBuyerTitles(\AgentSIB\Diadoc\Api\Proto\Events\ReceiptAttachment $value)
{
if ($this->UniversalTransferDocumentBuyerTitles === null) {
$this->UniversalTransferDocumentBuyerTitles = new \Protobuf\MessageCollection();
}
$this->UniversalTransferDocumentBuyerTitles->add($value);
} | php | public function addUniversalTransferDocumentBuyerTitles(\AgentSIB\Diadoc\Api\Proto\Events\ReceiptAttachment $value)
{
if ($this->UniversalTransferDocumentBuyerTitles === null) {
$this->UniversalTransferDocumentBuyerTitles = new \Protobuf\MessageCollection();
}
$this->UniversalTransferDocumentBuyerTitles->add($value);
} | [
"public",
"function",
"addUniversalTransferDocumentBuyerTitles",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ReceiptAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"UniversalTransferDocumentBuyerTitles... | Add a new element to 'UniversalTransferDocumentBuyerTitles'
@param \AgentSIB\Diadoc\Api\Proto\Events\ReceiptAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"UniversalTransferDocumentBuyerTitles"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatchToPost.php#L1014-L1021 |
42,558 | agentsib/diadoc-php | src/Api/Proto/GetOrganizationsByInnListResponse.php | GetOrganizationsByInnListResponse.addOrganizations | public function addOrganizations(\AgentSIB\Diadoc\Api\Proto\OrganizationWithCounteragentStatus $value)
{
if ($this->Organizations === null) {
$this->Organizations = new \Protobuf\MessageCollection();
}
$this->Organizations->add($value);
} | php | public function addOrganizations(\AgentSIB\Diadoc\Api\Proto\OrganizationWithCounteragentStatus $value)
{
if ($this->Organizations === null) {
$this->Organizations = new \Protobuf\MessageCollection();
}
$this->Organizations->add($value);
} | [
"public",
"function",
"addOrganizations",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"OrganizationWithCounteragentStatus",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Organizations",
"===",
"null",
")",
"{",
"$",
"thi... | Add a new element to 'Organizations'
@param \AgentSIB\Diadoc\Api\Proto\OrganizationWithCounteragentStatus $value | [
"Add",
"a",
"new",
"element",
"to",
"Organizations"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/GetOrganizationsByInnListResponse.php#L69-L76 |
42,559 | hiqdev/yii2-menus | src/Menu.php | Menu.run | public function run($config = [])
{
if (!is_array($config)) {
$config = ['class' => $config];
}
$config = array_merge($this->widgetConfig, $config);
if (!empty($config['options']) || !empty($this->options)) {
$config['options'] = array_merge(
isset($this->options) ? $this->options : [],
isset($config['options']) ? $config['options'] : []
);
}
$config['items'] = $this->getItems();
return call_user_func([$config['class'], 'widget'], $config);
} | php | public function run($config = [])
{
if (!is_array($config)) {
$config = ['class' => $config];
}
$config = array_merge($this->widgetConfig, $config);
if (!empty($config['options']) || !empty($this->options)) {
$config['options'] = array_merge(
isset($this->options) ? $this->options : [],
isset($config['options']) ? $config['options'] : []
);
}
$config['items'] = $this->getItems();
return call_user_func([$config['class'], 'widget'], $config);
} | [
"public",
"function",
"run",
"(",
"$",
"config",
"=",
"[",
"]",
")",
"{",
"if",
"(",
"!",
"is_array",
"(",
"$",
"config",
")",
")",
"{",
"$",
"config",
"=",
"[",
"'class'",
"=>",
"$",
"config",
"]",
";",
"}",
"$",
"config",
"=",
"array_merge",
... | Renders menu widget with given config.
@param mixed $config
@return string rendered menu | [
"Renders",
"menu",
"widget",
"with",
"given",
"config",
"."
] | 7586e2b82ca8406cf45d0341dcf7aebbb1361b3e | https://github.com/hiqdev/yii2-menus/blob/7586e2b82ca8406cf45d0341dcf7aebbb1361b3e/src/Menu.php#L140-L155 |
42,560 | agentsib/diadoc-php | src/Api/Proto/Documents/AcceptanceCertificateDocument/AcceptanceCertificateMetadata.php | AcceptanceCertificateMetadata.setReceiptStatus | public function setReceiptStatus(\AgentSIB\Diadoc\Api\Proto\Documents\ReceiptStatus $value = null)
{
$this->ReceiptStatus = $value;
} | php | public function setReceiptStatus(\AgentSIB\Diadoc\Api\Proto\Documents\ReceiptStatus $value = null)
{
$this->ReceiptStatus = $value;
} | [
"public",
"function",
"setReceiptStatus",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"ReceiptStatus",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"ReceiptStatus",
"=",
"$",
"value",
";",
"}"
] | Set 'ReceiptStatus' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\ReceiptStatus $value | [
"Set",
"ReceiptStatus",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/AcceptanceCertificateDocument/AcceptanceCertificateMetadata.php#L219-L222 |
42,561 | agentsib/diadoc-php | src/Api/Proto/Invoicing/AcceptanceCertificateSignatureInfo.php | AcceptanceCertificateSignatureInfo.setOfficial | public function setOfficial(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->Official = $value;
} | php | public function setOfficial(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->Official = $value;
} | [
"public",
"function",
"setOfficial",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Official",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Official",
"=",
"$",
"value",
";",
"}"
] | Set 'Official' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value | [
"Set",
"Official",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/AcceptanceCertificateSignatureInfo.php#L104-L107 |
42,562 | agentsib/diadoc-php | src/Api/Proto/Invoicing/AcceptanceCertificateSignatureInfo.php | AcceptanceCertificateSignatureInfo.setAttorney | public function setAttorney(\AgentSIB\Diadoc\Api\Proto\Invoicing\Attorney $value = null)
{
$this->Attorney = $value;
} | php | public function setAttorney(\AgentSIB\Diadoc\Api\Proto\Invoicing\Attorney $value = null)
{
$this->Attorney = $value;
} | [
"public",
"function",
"setAttorney",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Attorney",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Attorney",
"=",
"$",
"value",
";",
"}"
] | Set 'Attorney' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Attorney $value | [
"Set",
"Attorney",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/AcceptanceCertificateSignatureInfo.php#L134-L137 |
42,563 | agentsib/diadoc-php | src/Api/Proto/Docflow/GetDocflowsByPacketIdResponse.php | GetDocflowsByPacketIdResponse.setNextPageIndexKey | public function setNextPageIndexKey($value = null)
{
if ($value !== null && ! $value instanceof \Protobuf\Stream) {
$value = \Protobuf\Stream::wrap($value);
}
$this->NextPageIndexKey = $value;
} | php | public function setNextPageIndexKey($value = null)
{
if ($value !== null && ! $value instanceof \Protobuf\Stream) {
$value = \Protobuf\Stream::wrap($value);
}
$this->NextPageIndexKey = $value;
} | [
"public",
"function",
"setNextPageIndexKey",
"(",
"$",
"value",
"=",
"null",
")",
"{",
"if",
"(",
"$",
"value",
"!==",
"null",
"&&",
"!",
"$",
"value",
"instanceof",
"\\",
"Protobuf",
"\\",
"Stream",
")",
"{",
"$",
"value",
"=",
"\\",
"Protobuf",
"\\",... | Set 'NextPageIndexKey' value
@param \Protobuf\Stream $value | [
"Set",
"NextPageIndexKey",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/GetDocflowsByPacketIdResponse.php#L111-L118 |
42,564 | agentsib/diadoc-php | src/Api/Proto/Events/DocumentToPatch.php | DocumentToPatch.addExtendedSigner | public function addExtendedSigner(\AgentSIB\Diadoc\Api\Proto\Invoicing\Signers\ExtendedSigner $value)
{
if ($this->ExtendedSigner === null) {
$this->ExtendedSigner = new \Protobuf\MessageCollection();
}
$this->ExtendedSigner->add($value);
} | php | public function addExtendedSigner(\AgentSIB\Diadoc\Api\Proto\Invoicing\Signers\ExtendedSigner $value)
{
if ($this->ExtendedSigner === null) {
$this->ExtendedSigner = new \Protobuf\MessageCollection();
}
$this->ExtendedSigner->add($value);
} | [
"public",
"function",
"addExtendedSigner",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Signers",
"\\",
"ExtendedSigner",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"ExtendedSigner",
"===",
"null",
... | Add a new element to 'ExtendedSigner'
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Signers\ExtendedSigner $value | [
"Add",
"a",
"new",
"element",
"to",
"ExtendedSigner"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/DocumentToPatch.php#L143-L150 |
42,565 | agentsib/diadoc-php | src/Api/Proto/Events/EncryptedInvoiceCorrectionMetadata.php | EncryptedInvoiceCorrectionMetadata.setOriginalInvoiceDateAndNumber | public function setOriginalInvoiceDateAndNumber(\AgentSIB\Diadoc\Api\Proto\Docflow\DocumentDateAndNumber $value)
{
$this->OriginalInvoiceDateAndNumber = $value;
} | php | public function setOriginalInvoiceDateAndNumber(\AgentSIB\Diadoc\Api\Proto\Docflow\DocumentDateAndNumber $value)
{
$this->OriginalInvoiceDateAndNumber = $value;
} | [
"public",
"function",
"setOriginalInvoiceDateAndNumber",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"DocumentDateAndNumber",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"OriginalInvoiceDateAndNumber",
"=",
"$",
"value"... | Set 'OriginalInvoiceDateAndNumber' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\DocumentDateAndNumber $value | [
"Set",
"OriginalInvoiceDateAndNumber",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/EncryptedInvoiceCorrectionMetadata.php#L74-L77 |
42,566 | agentsib/diadoc-php | src/Api/Proto/Events/EncryptedInvoiceCorrectionMetadata.php | EncryptedInvoiceCorrectionMetadata.setInvoiceCorrectionRevisionDateAndNumber | public function setInvoiceCorrectionRevisionDateAndNumber(\AgentSIB\Diadoc\Api\Proto\Docflow\DocumentDateAndNumber $value = null)
{
$this->InvoiceCorrectionRevisionDateAndNumber = $value;
} | php | public function setInvoiceCorrectionRevisionDateAndNumber(\AgentSIB\Diadoc\Api\Proto\Docflow\DocumentDateAndNumber $value = null)
{
$this->InvoiceCorrectionRevisionDateAndNumber = $value;
} | [
"public",
"function",
"setInvoiceCorrectionRevisionDateAndNumber",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"DocumentDateAndNumber",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"InvoiceCorrectionRevisionDa... | Set 'InvoiceCorrectionRevisionDateAndNumber' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\DocumentDateAndNumber $value | [
"Set",
"InvoiceCorrectionRevisionDateAndNumber",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/EncryptedInvoiceCorrectionMetadata.php#L134-L137 |
42,567 | agentsib/diadoc-php | src/Api/Proto/Docflow/XmlBilateralDocflow.php | XmlBilateralDocflow.setReceiptDocflow | public function setReceiptDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\ReceiptDocflow $value = null)
{
$this->ReceiptDocflow = $value;
} | php | public function setReceiptDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\ReceiptDocflow $value = null)
{
$this->ReceiptDocflow = $value;
} | [
"public",
"function",
"setReceiptDocflow",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"ReceiptDocflow",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"ReceiptDocflow",
"=",
"$",
"value",
";",
"}"
] | Set 'ReceiptDocflow' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\ReceiptDocflow $value | [
"Set",
"ReceiptDocflow",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/XmlBilateralDocflow.php#L152-L155 |
42,568 | agentsib/diadoc-php | src/Api/Proto/Docflow/XmlBilateralDocflow.php | XmlBilateralDocflow.setBuyerTitleDocflow | public function setBuyerTitleDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\BuyerTitleDocflow $value = null)
{
$this->BuyerTitleDocflow = $value;
} | php | public function setBuyerTitleDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\BuyerTitleDocflow $value = null)
{
$this->BuyerTitleDocflow = $value;
} | [
"public",
"function",
"setBuyerTitleDocflow",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"BuyerTitleDocflow",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"BuyerTitleDocflow",
"=",
"$",
"value",
";",
... | Set 'BuyerTitleDocflow' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\BuyerTitleDocflow $value | [
"Set",
"BuyerTitleDocflow",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/XmlBilateralDocflow.php#L182-L185 |
42,569 | agentsib/diadoc-php | src/Api/Proto/Docflow/XmlBilateralDocflow.php | XmlBilateralDocflow.setRecipientSignatureRejectionDocflow | public function setRecipientSignatureRejectionDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\RecipientSignatureRejectionDocflow $value = null)
{
$this->RecipientSignatureRejectionDocflow = $value;
} | php | public function setRecipientSignatureRejectionDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\RecipientSignatureRejectionDocflow $value = null)
{
$this->RecipientSignatureRejectionDocflow = $value;
} | [
"public",
"function",
"setRecipientSignatureRejectionDocflow",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"RecipientSignatureRejectionDocflow",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"RecipientSignature... | Set 'RecipientSignatureRejectionDocflow' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\RecipientSignatureRejectionDocflow $value | [
"Set",
"RecipientSignatureRejectionDocflow",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/XmlBilateralDocflow.php#L212-L215 |
42,570 | agentsib/diadoc-php | src/Api/Proto/Invoicing/InvoiceTable.php | InvoiceTable.addItems | public function addItems(\AgentSIB\Diadoc\Api\Proto\Invoicing\ExtendedInvoiceItem $value)
{
if ($this->Items === null) {
$this->Items = new \Protobuf\MessageCollection();
}
$this->Items->add($value);
} | php | public function addItems(\AgentSIB\Diadoc\Api\Proto\Invoicing\ExtendedInvoiceItem $value)
{
if ($this->Items === null) {
$this->Items = new \Protobuf\MessageCollection();
}
$this->Items->add($value);
} | [
"public",
"function",
"addItems",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"ExtendedInvoiceItem",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Items",
"===",
"null",
")",
"{",
"$",
"this",
"-... | Add a new element to 'Items'
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\ExtendedInvoiceItem $value | [
"Add",
"a",
"new",
"element",
"to",
"Items"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/InvoiceTable.php#L97-L104 |
42,571 | agentsib/diadoc-php | src/Api/Proto/Docflow/SignedAttachment.php | SignedAttachment.setAttachment | public function setAttachment(\AgentSIB\Diadoc\Api\Proto\Docflow\Attachment $value = null)
{
$this->Attachment = $value;
} | php | public function setAttachment(\AgentSIB\Diadoc\Api\Proto\Docflow\Attachment $value = null)
{
$this->Attachment = $value;
} | [
"public",
"function",
"setAttachment",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"Attachment",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Attachment",
"=",
"$",
"value",
";",
"}"
] | Set 'Attachment' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\Attachment $value | [
"Set",
"Attachment",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/SignedAttachment.php#L73-L76 |
42,572 | agentsib/diadoc-php | src/Api/Proto/Docflow/SignedAttachment.php | SignedAttachment.setComment | public function setComment(\AgentSIB\Diadoc\Api\Proto\Docflow\Entity $value = null)
{
$this->Comment = $value;
} | php | public function setComment(\AgentSIB\Diadoc\Api\Proto\Docflow\Entity $value = null)
{
$this->Comment = $value;
} | [
"public",
"function",
"setComment",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"Entity",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Comment",
"=",
"$",
"value",
";",
"}"
] | Set 'Comment' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\Entity $value | [
"Set",
"Comment",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/SignedAttachment.php#L133-L136 |
42,573 | agentsib/diadoc-php | src/Api/Proto/Invoicing/Torg12BuyerTitleInfo.php | Torg12BuyerTitleInfo.setAcceptedBy | public function setAcceptedBy(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->AcceptedBy = $value;
} | php | public function setAcceptedBy(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->AcceptedBy = $value;
} | [
"public",
"function",
"setAcceptedBy",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Official",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"AcceptedBy",
"=",
"$",
"value",
";",
"}"
] | Set 'AcceptedBy' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value | [
"Set",
"AcceptedBy",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Torg12BuyerTitleInfo.php#L154-L157 |
42,574 | agentsib/diadoc-php | src/Api/Proto/Invoicing/Torg12BuyerTitleInfo.php | Torg12BuyerTitleInfo.setReceivedBy | public function setReceivedBy(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->ReceivedBy = $value;
} | php | public function setReceivedBy(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->ReceivedBy = $value;
} | [
"public",
"function",
"setReceivedBy",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Official",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"ReceivedBy",
"=",
"$",
"value",
";",
"}"
] | Set 'ReceivedBy' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value | [
"Set",
"ReceivedBy",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Torg12BuyerTitleInfo.php#L184-L187 |
42,575 | agentsib/diadoc-php | src/Api/Proto/Invoicing/Torg12BuyerTitleInfo.php | Torg12BuyerTitleInfo.setSigner | public function setSigner(\AgentSIB\Diadoc\Api\Proto\Invoicing\Signer $value)
{
$this->Signer = $value;
} | php | public function setSigner(\AgentSIB\Diadoc\Api\Proto\Invoicing\Signer $value)
{
$this->Signer = $value;
} | [
"public",
"function",
"setSigner",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Signer",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"Signer",
"=",
"$",
"value",
";",
"}"
] | Set 'Signer' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Signer $value | [
"Set",
"Signer",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Torg12BuyerTitleInfo.php#L214-L217 |
42,576 | agentsib/diadoc-php | src/Api/Proto/Docflow/Attachment.php | Attachment.setEntity | public function setEntity(\AgentSIB\Diadoc\Api\Proto\Docflow\Entity $value = null)
{
$this->Entity = $value;
} | php | public function setEntity(\AgentSIB\Diadoc\Api\Proto\Docflow\Entity $value = null)
{
$this->Entity = $value;
} | [
"public",
"function",
"setEntity",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"Entity",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Entity",
"=",
"$",
"value",
";",
"}"
] | Set 'Entity' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\Entity $value | [
"Set",
"Entity",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/Attachment.php#L73-L76 |
42,577 | agentsib/diadoc-php | src/Api/Proto/Invoicing/Signer.php | Signer.setSignerCertificate | public function setSignerCertificate($value = null)
{
if ($value !== null && ! $value instanceof \Protobuf\Stream) {
$value = \Protobuf\Stream::wrap($value);
}
$this->SignerCertificate = $value;
} | php | public function setSignerCertificate($value = null)
{
if ($value !== null && ! $value instanceof \Protobuf\Stream) {
$value = \Protobuf\Stream::wrap($value);
}
$this->SignerCertificate = $value;
} | [
"public",
"function",
"setSignerCertificate",
"(",
"$",
"value",
"=",
"null",
")",
"{",
"if",
"(",
"$",
"value",
"!==",
"null",
"&&",
"!",
"$",
"value",
"instanceof",
"\\",
"Protobuf",
"\\",
"Stream",
")",
"{",
"$",
"value",
"=",
"\\",
"Protobuf",
"\\"... | Set 'SignerCertificate' value
@param \Protobuf\Stream $value | [
"Set",
"SignerCertificate",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Signer.php#L73-L80 |
42,578 | agentsib/diadoc-php | src/Api/Proto/Invoicing/InvoiceInfo.php | InvoiceInfo.addPaymentDocuments | public function addPaymentDocuments(\AgentSIB\Diadoc\Api\Proto\Invoicing\PaymentDocumentInfo $value)
{
if ($this->PaymentDocuments === null) {
$this->PaymentDocuments = new \Protobuf\MessageCollection();
}
$this->PaymentDocuments->add($value);
} | php | public function addPaymentDocuments(\AgentSIB\Diadoc\Api\Proto\Invoicing\PaymentDocumentInfo $value)
{
if ($this->PaymentDocuments === null) {
$this->PaymentDocuments = new \Protobuf\MessageCollection();
}
$this->PaymentDocuments->add($value);
} | [
"public",
"function",
"addPaymentDocuments",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"PaymentDocumentInfo",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"PaymentDocuments",
"===",
"null",
")",
"{",... | Add a new element to 'PaymentDocuments'
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\PaymentDocumentInfo $value | [
"Add",
"a",
"new",
"element",
"to",
"PaymentDocuments"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/InvoiceInfo.php#L408-L415 |
42,579 | agentsib/diadoc-php | src/Api/Proto/Invoicing/InvoiceInfo.php | InvoiceInfo.addAdditionalInfos | public function addAdditionalInfos(\AgentSIB\Diadoc\Api\Proto\Invoicing\AdditionalInfo $value)
{
if ($this->AdditionalInfos === null) {
$this->AdditionalInfos = new \Protobuf\MessageCollection();
}
$this->AdditionalInfos->add($value);
} | php | public function addAdditionalInfos(\AgentSIB\Diadoc\Api\Proto\Invoicing\AdditionalInfo $value)
{
if ($this->AdditionalInfos === null) {
$this->AdditionalInfos = new \Protobuf\MessageCollection();
}
$this->AdditionalInfos->add($value);
} | [
"public",
"function",
"addAdditionalInfos",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"AdditionalInfo",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"AdditionalInfos",
"===",
"null",
")",
"{",
"$",... | Add a new element to 'AdditionalInfos'
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\AdditionalInfo $value | [
"Add",
"a",
"new",
"element",
"to",
"AdditionalInfos"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/InvoiceInfo.php#L706-L713 |
42,580 | agentsib/diadoc-php | src/Api/Proto/Invoicing/InvoiceInfo.php | InvoiceInfo.setVersion | public function setVersion(\AgentSIB\Diadoc\Api\Proto\Invoicing\InvoiceFormatVersion $value = null)
{
$this->Version = $value;
} | php | public function setVersion(\AgentSIB\Diadoc\Api\Proto\Invoicing\InvoiceFormatVersion $value = null)
{
$this->Version = $value;
} | [
"public",
"function",
"setVersion",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"InvoiceFormatVersion",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Version",
"=",
"$",
"value",
";",
"}"
] | Set 'Version' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\InvoiceFormatVersion $value | [
"Set",
"Version",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/InvoiceInfo.php#L740-L743 |
42,581 | agentsib/diadoc-php | src/Api/Proto/Events/Message.php | Message.addEntities | public function addEntities(\AgentSIB\Diadoc\Api\Proto\Events\Entity $value)
{
if ($this->Entities === null) {
$this->Entities = new \Protobuf\MessageCollection();
}
$this->Entities->add($value);
} | php | public function addEntities(\AgentSIB\Diadoc\Api\Proto\Events\Entity $value)
{
if ($this->Entities === null) {
$this->Entities = new \Protobuf\MessageCollection();
}
$this->Entities->add($value);
} | [
"public",
"function",
"addEntities",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"Entity",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Entities",
"===",
"null",
")",
"{",
"$",
"this",
"->",
"Ent... | Add a new element to 'Entities'
@param \AgentSIB\Diadoc\Api\Proto\Events\Entity $value | [
"Add",
"a",
"new",
"element",
"to",
"Entities"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/Message.php#L429-L436 |
42,582 | agentsib/diadoc-php | src/Api/Proto/Events/Message.php | Message.addDraftIsTransformedToMessageIdList | public function addDraftIsTransformedToMessageIdList($value)
{
if ($this->DraftIsTransformedToMessageIdList === null) {
$this->DraftIsTransformedToMessageIdList = new \Protobuf\ScalarCollection();
}
$this->DraftIsTransformedToMessageIdList->add($value);
} | php | public function addDraftIsTransformedToMessageIdList($value)
{
if ($this->DraftIsTransformedToMessageIdList === null) {
$this->DraftIsTransformedToMessageIdList = new \Protobuf\ScalarCollection();
}
$this->DraftIsTransformedToMessageIdList->add($value);
} | [
"public",
"function",
"addDraftIsTransformedToMessageIdList",
"(",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"DraftIsTransformedToMessageIdList",
"===",
"null",
")",
"{",
"$",
"this",
"->",
"DraftIsTransformedToMessageIdList",
"=",
"new",
"\\",
"Protobuf... | Add a new element to 'DraftIsTransformedToMessageIdList'
@param string $value | [
"Add",
"a",
"new",
"element",
"to",
"DraftIsTransformedToMessageIdList"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/Message.php#L593-L600 |
42,583 | agentsib/diadoc-php | src/Api/Proto/Forwarding/GetForwardedDocumentsResponse.php | GetForwardedDocumentsResponse.addForwardedDocuments | public function addForwardedDocuments(\AgentSIB\Diadoc\Api\Proto\Forwarding\ForwardedDocument $value)
{
if ($this->ForwardedDocuments === null) {
$this->ForwardedDocuments = new \Protobuf\MessageCollection();
}
$this->ForwardedDocuments->add($value);
} | php | public function addForwardedDocuments(\AgentSIB\Diadoc\Api\Proto\Forwarding\ForwardedDocument $value)
{
if ($this->ForwardedDocuments === null) {
$this->ForwardedDocuments = new \Protobuf\MessageCollection();
}
$this->ForwardedDocuments->add($value);
} | [
"public",
"function",
"addForwardedDocuments",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Forwarding",
"\\",
"ForwardedDocument",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"ForwardedDocuments",
"===",
"null",
")",
"... | Add a new element to 'ForwardedDocuments'
@param \AgentSIB\Diadoc\Api\Proto\Forwarding\ForwardedDocument $value | [
"Add",
"a",
"new",
"element",
"to",
"ForwardedDocuments"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Forwarding/GetForwardedDocumentsResponse.php#L70-L77 |
42,584 | agentsib/diadoc-php | src/Api/Proto/Docflow/BilateralDocflow.php | BilateralDocflow.setRecipientSignatureDocflow | public function setRecipientSignatureDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\RecipientSignatureDocflow $value = null)
{
$this->RecipientSignatureDocflow = $value;
} | php | public function setRecipientSignatureDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\RecipientSignatureDocflow $value = null)
{
$this->RecipientSignatureDocflow = $value;
} | [
"public",
"function",
"setRecipientSignatureDocflow",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"RecipientSignatureDocflow",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"RecipientSignatureDocflow",
"=",
... | Set 'RecipientSignatureDocflow' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\RecipientSignatureDocflow $value | [
"Set",
"RecipientSignatureDocflow",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/BilateralDocflow.php#L189-L192 |
42,585 | agentsib/diadoc-php | src/Api/Proto/Invoicing/InvoiceItem.php | InvoiceItem.addCountriesOfOrigin | public function addCountriesOfOrigin($value)
{
if ($this->CountriesOfOrigin === null) {
$this->CountriesOfOrigin = new \Protobuf\ScalarCollection();
}
$this->CountriesOfOrigin->add($value);
} | php | public function addCountriesOfOrigin($value)
{
if ($this->CountriesOfOrigin === null) {
$this->CountriesOfOrigin = new \Protobuf\ScalarCollection();
}
$this->CountriesOfOrigin->add($value);
} | [
"public",
"function",
"addCountriesOfOrigin",
"(",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"CountriesOfOrigin",
"===",
"null",
")",
"{",
"$",
"this",
"->",
"CountriesOfOrigin",
"=",
"new",
"\\",
"Protobuf",
"\\",
"ScalarCollection",
"(",
")",
... | Add a new element to 'CountriesOfOrigin'
@param string $value | [
"Add",
"a",
"new",
"element",
"to",
"CountriesOfOrigin"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/InvoiceItem.php#L280-L287 |
42,586 | agentsib/diadoc-php | src/Api/Proto/Invoicing/InvoiceItem.php | InvoiceItem.addCustomsDeclarationNumbers | public function addCustomsDeclarationNumbers($value)
{
if ($this->CustomsDeclarationNumbers === null) {
$this->CustomsDeclarationNumbers = new \Protobuf\ScalarCollection();
}
$this->CustomsDeclarationNumbers->add($value);
} | php | public function addCustomsDeclarationNumbers($value)
{
if ($this->CustomsDeclarationNumbers === null) {
$this->CustomsDeclarationNumbers = new \Protobuf\ScalarCollection();
}
$this->CustomsDeclarationNumbers->add($value);
} | [
"public",
"function",
"addCustomsDeclarationNumbers",
"(",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"CustomsDeclarationNumbers",
"===",
"null",
")",
"{",
"$",
"this",
"->",
"CustomsDeclarationNumbers",
"=",
"new",
"\\",
"Protobuf",
"\\",
"ScalarColl... | Add a new element to 'CustomsDeclarationNumbers'
@param string $value | [
"Add",
"a",
"new",
"element",
"to",
"CustomsDeclarationNumbers"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/InvoiceItem.php#L324-L331 |
42,587 | agentsib/diadoc-php | src/Api/Proto/Events/EncryptedXmlDocumentAttachment.php | EncryptedXmlDocumentAttachment.setMetadata | public function setMetadata(\AgentSIB\Diadoc\Api\Proto\Events\EncryptedDocumentMetadata $value)
{
$this->Metadata = $value;
} | php | public function setMetadata(\AgentSIB\Diadoc\Api\Proto\Events\EncryptedDocumentMetadata $value)
{
$this->Metadata = $value;
} | [
"public",
"function",
"setMetadata",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"EncryptedDocumentMetadata",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"Metadata",
"=",
"$",
"value",
";",
"}"
] | Set 'Metadata' value
@param \AgentSIB\Diadoc\Api\Proto\Events\EncryptedDocumentMetadata $value | [
"Set",
"Metadata",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/EncryptedXmlDocumentAttachment.php#L331-L334 |
42,588 | agentsib/diadoc-php | src/Api/Proto/Events/EncryptedXmlDocumentAttachment.php | EncryptedXmlDocumentAttachment.setXmlBasicMetadata | public function setXmlBasicMetadata(\AgentSIB\Diadoc\Api\Proto\Events\EncryptedXmlBasicDocumentMetadata $value)
{
$this->XmlBasicMetadata = $value;
} | php | public function setXmlBasicMetadata(\AgentSIB\Diadoc\Api\Proto\Events\EncryptedXmlBasicDocumentMetadata $value)
{
$this->XmlBasicMetadata = $value;
} | [
"public",
"function",
"setXmlBasicMetadata",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"EncryptedXmlBasicDocumentMetadata",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"XmlBasicMetadata",
"=",
"$",
"value",
";",
"}... | Set 'XmlBasicMetadata' value
@param \AgentSIB\Diadoc\Api\Proto\Events\EncryptedXmlBasicDocumentMetadata $value | [
"Set",
"XmlBasicMetadata",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/EncryptedXmlDocumentAttachment.php#L361-L364 |
42,589 | agentsib/diadoc-php | src/Api/Proto/Recognition/Recognized.php | Recognized.setDocumentType | public function setDocumentType(\AgentSIB\Diadoc\Api\Proto\Recognition\RecognizedDocumentType $value = null)
{
$this->DocumentType = $value;
} | php | public function setDocumentType(\AgentSIB\Diadoc\Api\Proto\Recognition\RecognizedDocumentType $value = null)
{
$this->DocumentType = $value;
} | [
"public",
"function",
"setDocumentType",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Recognition",
"\\",
"RecognizedDocumentType",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"DocumentType",
"=",
"$",
"value",
";",
... | Set 'DocumentType' value
@param \AgentSIB\Diadoc\Api\Proto\Recognition\RecognizedDocumentType $value | [
"Set",
"DocumentType",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Recognition/Recognized.php#L194-L197 |
42,590 | agentsib/diadoc-php | src/Api/Proto/Recognition/Recognized.php | Recognized.setInvoice | public function setInvoice(\AgentSIB\Diadoc\Api\Proto\Recognition\RecognizedInvoice $value = null)
{
$this->Invoice = $value;
} | php | public function setInvoice(\AgentSIB\Diadoc\Api\Proto\Recognition\RecognizedInvoice $value = null)
{
$this->Invoice = $value;
} | [
"public",
"function",
"setInvoice",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Recognition",
"\\",
"RecognizedInvoice",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Invoice",
"=",
"$",
"value",
";",
"}"
] | Set 'Invoice' value
@param \AgentSIB\Diadoc\Api\Proto\Recognition\RecognizedInvoice $value | [
"Set",
"Invoice",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Recognition/Recognized.php#L258-L261 |
42,591 | agentsib/diadoc-php | src/Api/Proto/Documents/InvoiceDocument/InvoiceCorrectionMetadata.php | InvoiceCorrectionMetadata.setInvoiceCorrectionStatus | public function setInvoiceCorrectionStatus(\AgentSIB\Diadoc\Api\Proto\Documents\InvoiceDocument\InvoiceStatus $value = null)
{
$this->InvoiceCorrectionStatus = $value;
} | php | public function setInvoiceCorrectionStatus(\AgentSIB\Diadoc\Api\Proto\Documents\InvoiceDocument\InvoiceStatus $value = null)
{
$this->InvoiceCorrectionStatus = $value;
} | [
"public",
"function",
"setInvoiceCorrectionStatus",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"InvoiceDocument",
"\\",
"InvoiceStatus",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"InvoiceCorrectionSt... | Set 'InvoiceCorrectionStatus' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\InvoiceDocument\InvoiceStatus $value | [
"Set",
"InvoiceCorrectionStatus",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/InvoiceDocument/InvoiceCorrectionMetadata.php#L147-L150 |
42,592 | agentsib/diadoc-php | src/Api/Proto/Events/MessagePatch.php | MessagePatch.addEntityPatches | public function addEntityPatches(\AgentSIB\Diadoc\Api\Proto\Events\EntityPatch $value)
{
if ($this->EntityPatches === null) {
$this->EntityPatches = new \Protobuf\MessageCollection();
}
$this->EntityPatches->add($value);
} | php | public function addEntityPatches(\AgentSIB\Diadoc\Api\Proto\Events\EntityPatch $value)
{
if ($this->EntityPatches === null) {
$this->EntityPatches = new \Protobuf\MessageCollection();
}
$this->EntityPatches->add($value);
} | [
"public",
"function",
"addEntityPatches",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"EntityPatch",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"EntityPatches",
"===",
"null",
")",
"{",
"$",
"this",... | Add a new element to 'EntityPatches'
@param \AgentSIB\Diadoc\Api\Proto\Events\EntityPatch $value | [
"Add",
"a",
"new",
"element",
"to",
"EntityPatches"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessagePatch.php#L436-L443 |
42,593 | agentsib/diadoc-php | src/Api/Proto/OrganizationUserPermissions.php | OrganizationUserPermissions.setDocumentAccessLevel | public function setDocumentAccessLevel(\AgentSIB\Diadoc\Api\Proto\DocumentAccessLevel $value = null)
{
$this->DocumentAccessLevel = $value;
} | php | public function setDocumentAccessLevel(\AgentSIB\Diadoc\Api\Proto\DocumentAccessLevel $value = null)
{
$this->DocumentAccessLevel = $value;
} | [
"public",
"function",
"setDocumentAccessLevel",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"DocumentAccessLevel",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"DocumentAccessLevel",
"=",
"$",
"value",
";",
"}"
] | Set 'DocumentAccessLevel' value
@param \AgentSIB\Diadoc\Api\Proto\DocumentAccessLevel $value | [
"Set",
"DocumentAccessLevel",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/OrganizationUserPermissions.php#L178-L181 |
42,594 | agentsib/diadoc-php | src/Api/Proto/OrganizationUserPermissions.php | OrganizationUserPermissions.addSelectedDepartmentIds | public function addSelectedDepartmentIds($value)
{
if ($this->SelectedDepartmentIds === null) {
$this->SelectedDepartmentIds = new \Protobuf\ScalarCollection();
}
$this->SelectedDepartmentIds->add($value);
} | php | public function addSelectedDepartmentIds($value)
{
if ($this->SelectedDepartmentIds === null) {
$this->SelectedDepartmentIds = new \Protobuf\ScalarCollection();
}
$this->SelectedDepartmentIds->add($value);
} | [
"public",
"function",
"addSelectedDepartmentIds",
"(",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"SelectedDepartmentIds",
"===",
"null",
")",
"{",
"$",
"this",
"->",
"SelectedDepartmentIds",
"=",
"new",
"\\",
"Protobuf",
"\\",
"ScalarCollection",
"... | Add a new element to 'SelectedDepartmentIds'
@param string $value | [
"Add",
"a",
"new",
"element",
"to",
"SelectedDepartmentIds"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/OrganizationUserPermissions.php#L308-L315 |
42,595 | agentsib/diadoc-php | src/Api/Proto/Docflow/DocflowStatus.php | DocflowStatus.setPrimaryStatus | public function setPrimaryStatus(\AgentSIB\Diadoc\Api\Proto\Docflow\DocflowStatusModel $value = null)
{
$this->PrimaryStatus = $value;
} | php | public function setPrimaryStatus(\AgentSIB\Diadoc\Api\Proto\Docflow\DocflowStatusModel $value = null)
{
$this->PrimaryStatus = $value;
} | [
"public",
"function",
"setPrimaryStatus",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"DocflowStatusModel",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"PrimaryStatus",
"=",
"$",
"value",
";",
"}"
] | Set 'PrimaryStatus' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\DocflowStatusModel $value | [
"Set",
"PrimaryStatus",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/DocflowStatus.php#L66-L69 |
42,596 | agentsib/diadoc-php | src/Api/Proto/Docflow/DocflowStatus.php | DocflowStatus.setSecondaryStatus | public function setSecondaryStatus(\AgentSIB\Diadoc\Api\Proto\Docflow\DocflowStatusModel $value = null)
{
$this->SecondaryStatus = $value;
} | php | public function setSecondaryStatus(\AgentSIB\Diadoc\Api\Proto\Docflow\DocflowStatusModel $value = null)
{
$this->SecondaryStatus = $value;
} | [
"public",
"function",
"setSecondaryStatus",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"DocflowStatusModel",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"SecondaryStatus",
"=",
"$",
"value",
";",
"... | Set 'SecondaryStatus' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\DocflowStatusModel $value | [
"Set",
"SecondaryStatus",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/DocflowStatus.php#L96-L99 |
42,597 | agentsib/diadoc-php | src/Api/Proto/CloudSignRequest.php | CloudSignRequest.addFiles | public function addFiles(\AgentSIB\Diadoc\Api\Proto\CloudSignFile $value)
{
if ($this->Files === null) {
$this->Files = new \Protobuf\MessageCollection();
}
$this->Files->add($value);
} | php | public function addFiles(\AgentSIB\Diadoc\Api\Proto\CloudSignFile $value)
{
if ($this->Files === null) {
$this->Files = new \Protobuf\MessageCollection();
}
$this->Files->add($value);
} | [
"public",
"function",
"addFiles",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"CloudSignFile",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Files",
"===",
"null",
")",
"{",
"$",
"this",
"->",
"Files",
"=",
"new"... | Add a new element to 'Files'
@param \AgentSIB\Diadoc\Api\Proto\CloudSignFile $value | [
"Add",
"a",
"new",
"element",
"to",
"Files"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/CloudSignRequest.php#L69-L76 |
42,598 | agentsib/diadoc-php | src/Api/Proto/OrganizationPropertiesToUpdate.php | OrganizationPropertiesToUpdate.setOgrn | public function setOgrn(\AgentSIB\Diadoc\Api\Proto\StringValue $value = null)
{
$this->Ogrn = $value;
} | php | public function setOgrn(\AgentSIB\Diadoc\Api\Proto\StringValue $value = null)
{
$this->Ogrn = $value;
} | [
"public",
"function",
"setOgrn",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"StringValue",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Ogrn",
"=",
"$",
"value",
";",
"}"
] | Set 'Ogrn' value
@param \AgentSIB\Diadoc\Api\Proto\StringValue $value | [
"Set",
"Ogrn",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/OrganizationPropertiesToUpdate.php#L117-L120 |
42,599 | agentsib/diadoc-php | src/Api/Proto/OrganizationPropertiesToUpdate.php | OrganizationPropertiesToUpdate.setIfnsCode | public function setIfnsCode(\AgentSIB\Diadoc\Api\Proto\StringValue $value = null)
{
$this->IfnsCode = $value;
} | php | public function setIfnsCode(\AgentSIB\Diadoc\Api\Proto\StringValue $value = null)
{
$this->IfnsCode = $value;
} | [
"public",
"function",
"setIfnsCode",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"StringValue",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"IfnsCode",
"=",
"$",
"value",
";",
"}"
] | Set 'IfnsCode' value
@param \AgentSIB\Diadoc\Api\Proto\StringValue $value | [
"Set",
"IfnsCode",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/OrganizationPropertiesToUpdate.php#L147-L150 |
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.