repo stringlengths 6 63 | path stringlengths 5 140 | func_name stringlengths 3 151 | original_string stringlengths 84 13k | language stringclasses 1 value | code stringlengths 84 13k | code_tokens list | docstring stringlengths 3 47.2k | docstring_tokens list | sha stringlengths 40 40 | url stringlengths 91 247 | partition stringclasses 1 value |
|---|---|---|---|---|---|---|---|---|---|---|---|
agentsib/diadoc-php | src/Api/Proto/Docflow/InvoiceConfirmationDocflow.php | InvoiceConfirmationDocflow.setConfirmationAttachment | public function setConfirmationAttachment(\AgentSIB\Diadoc\Api\Proto\Docflow\SignedAttachment $value = null)
{
$this->ConfirmationAttachment = $value;
} | php | public function setConfirmationAttachment(\AgentSIB\Diadoc\Api\Proto\Docflow\SignedAttachment $value = null)
{
$this->ConfirmationAttachment = $value;
} | [
"public",
"function",
"setConfirmationAttachment",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"SignedAttachment",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"ConfirmationAttachment",
"=",
"$",
"value"... | Set 'ConfirmationAttachment' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\SignedAttachment $value | [
"Set",
"ConfirmationAttachment",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/InvoiceConfirmationDocflow.php#L103-L106 | train |
agentsib/diadoc-php | src/Api/Proto/User.php | User.addCloudCertificates | public function addCloudCertificates(\AgentSIB\Diadoc\Api\Proto\CertificateInfo $value)
{
if ($this->CloudCertificates === null) {
$this->CloudCertificates = new \Protobuf\MessageCollection();
}
$this->CloudCertificates->add($value);
} | php | public function addCloudCertificates(\AgentSIB\Diadoc\Api\Proto\CertificateInfo $value)
{
if ($this->CloudCertificates === null) {
$this->CloudCertificates = new \Protobuf\MessageCollection();
}
$this->CloudCertificates->add($value);
} | [
"public",
"function",
"addCloudCertificates",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"CertificateInfo",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"CloudCertificates",
"===",
"null",
")",
"{",
"$",
"this",
"->",... | Add a new element to 'CloudCertificates'
@param \AgentSIB\Diadoc\Api\Proto\CertificateInfo $value | [
"Add",
"a",
"new",
"element",
"to",
"CloudCertificates"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/User.php#L217-L224 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/BuyerTitleDocflow.php | BuyerTitleDocflow.setBuyerTitleAttachment | public function setBuyerTitleAttachment(\AgentSIB\Diadoc\Api\Proto\Docflow\SignedAttachment $value = null)
{
$this->BuyerTitleAttachment = $value;
} | php | public function setBuyerTitleAttachment(\AgentSIB\Diadoc\Api\Proto\Docflow\SignedAttachment $value = null)
{
$this->BuyerTitleAttachment = $value;
} | [
"public",
"function",
"setBuyerTitleAttachment",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"SignedAttachment",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"BuyerTitleAttachment",
"=",
"$",
"value",
... | Set 'BuyerTitleAttachment' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\SignedAttachment $value | [
"Set",
"BuyerTitleAttachment",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/BuyerTitleDocflow.php#L110-L113 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php | Torg12SellerTitleInfo.setSellerDocflowParticipant | public function setSellerDocflowParticipant(\AgentSIB\Diadoc\Api\Proto\Invoicing\DocflowParticipant $value)
{
$this->SellerDocflowParticipant = $value;
} | php | public function setSellerDocflowParticipant(\AgentSIB\Diadoc\Api\Proto\Invoicing\DocflowParticipant $value)
{
$this->SellerDocflowParticipant = $value;
} | [
"public",
"function",
"setSellerDocflowParticipant",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"DocflowParticipant",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"SellerDocflowParticipant",
"=",
"$",
"value",
";",
... | Set 'SellerDocflowParticipant' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\DocflowParticipant $value | [
"Set",
"SellerDocflowParticipant",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php#L329-L332 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php | Torg12SellerTitleInfo.setBuyerDocflowParticipant | public function setBuyerDocflowParticipant(\AgentSIB\Diadoc\Api\Proto\Invoicing\DocflowParticipant $value)
{
$this->BuyerDocflowParticipant = $value;
} | php | public function setBuyerDocflowParticipant(\AgentSIB\Diadoc\Api\Proto\Invoicing\DocflowParticipant $value)
{
$this->BuyerDocflowParticipant = $value;
} | [
"public",
"function",
"setBuyerDocflowParticipant",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"DocflowParticipant",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"BuyerDocflowParticipant",
"=",
"$",
"value",
";",
... | Set 'BuyerDocflowParticipant' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\DocflowParticipant $value | [
"Set",
"BuyerDocflowParticipant",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php#L359-L362 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php | Torg12SellerTitleInfo.setSupplier | public function setSupplier(\AgentSIB\Diadoc\Api\Proto\Invoicing\OrganizationInfo $value = null)
{
$this->Supplier = $value;
} | php | public function setSupplier(\AgentSIB\Diadoc\Api\Proto\Invoicing\OrganizationInfo $value = null)
{
$this->Supplier = $value;
} | [
"public",
"function",
"setSupplier",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"OrganizationInfo",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Supplier",
"=",
"$",
"value",
";",
"}"
] | Set 'Supplier' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\OrganizationInfo $value | [
"Set",
"Supplier",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php#L449-L452 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php | Torg12SellerTitleInfo.setPayer | public function setPayer(\AgentSIB\Diadoc\Api\Proto\Invoicing\OrganizationInfo $value = null)
{
$this->Payer = $value;
} | php | public function setPayer(\AgentSIB\Diadoc\Api\Proto\Invoicing\OrganizationInfo $value = null)
{
$this->Payer = $value;
} | [
"public",
"function",
"setPayer",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"OrganizationInfo",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Payer",
"=",
"$",
"value",
";",
"}"
] | Set 'Payer' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\OrganizationInfo $value | [
"Set",
"Payer",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php#L479-L482 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php | Torg12SellerTitleInfo.setGrounds | public function setGrounds(\AgentSIB\Diadoc\Api\Proto\Invoicing\Grounds $value = null)
{
$this->Grounds = $value;
} | php | public function setGrounds(\AgentSIB\Diadoc\Api\Proto\Invoicing\Grounds $value = null)
{
$this->Grounds = $value;
} | [
"public",
"function",
"setGrounds",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Grounds",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Grounds",
"=",
"$",
"value",
";",
"}"
] | Set 'Grounds' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Grounds $value | [
"Set",
"Grounds",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php#L509-L512 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php | Torg12SellerTitleInfo.setSupplyAllowedBy | public function setSupplyAllowedBy(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->SupplyAllowedBy = $value;
} | php | public function setSupplyAllowedBy(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->SupplyAllowedBy = $value;
} | [
"public",
"function",
"setSupplyAllowedBy",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Official",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"SupplyAllowedBy",
"=",
"$",
"value",
";",
"}"
] | Set 'SupplyAllowedBy' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value | [
"Set",
"SupplyAllowedBy",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php#L1033-L1036 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php | Torg12SellerTitleInfo.setSupplyPerformedBy | public function setSupplyPerformedBy(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->SupplyPerformedBy = $value;
} | php | public function setSupplyPerformedBy(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->SupplyPerformedBy = $value;
} | [
"public",
"function",
"setSupplyPerformedBy",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Official",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"SupplyPerformedBy",
"=",
"$",
"value",
";",
"}"
] | Set 'SupplyPerformedBy' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value | [
"Set",
"SupplyPerformedBy",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php#L1063-L1066 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php | Torg12SellerTitleInfo.setChiefAccountant | public function setChiefAccountant(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->ChiefAccountant = $value;
} | php | public function setChiefAccountant(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->ChiefAccountant = $value;
} | [
"public",
"function",
"setChiefAccountant",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Official",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"ChiefAccountant",
"=",
"$",
"value",
";",
"}"
] | Set 'ChiefAccountant' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value | [
"Set",
"ChiefAccountant",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Torg12SellerTitleInfo.php#L1093-L1096 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/Signers/ExtendedSigner.php | ExtendedSigner.setSignerDetails | public function setSignerDetails(\AgentSIB\Diadoc\Api\Proto\Invoicing\Signers\ExtendedSignerDetails $value = null)
{
$this->SignerDetails = $value;
} | php | public function setSignerDetails(\AgentSIB\Diadoc\Api\Proto\Invoicing\Signers\ExtendedSignerDetails $value = null)
{
$this->SignerDetails = $value;
} | [
"public",
"function",
"setSignerDetails",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Signers",
"\\",
"ExtendedSignerDetails",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"SignerDetails",
"=",
"$",... | Set 'SignerDetails' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Signers\ExtendedSignerDetails $value | [
"Set",
"SignerDetails",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Signers/ExtendedSigner.php#L174-L177 | train |
agentsib/diadoc-php | src/Api/Proto/Counteragent.php | Counteragent.setCurrentStatus | public function setCurrentStatus(\AgentSIB\Diadoc\Api\Proto\CounteragentStatus $value = null)
{
$this->CurrentStatus = $value;
} | php | public function setCurrentStatus(\AgentSIB\Diadoc\Api\Proto\CounteragentStatus $value = null)
{
$this->CurrentStatus = $value;
} | [
"public",
"function",
"setCurrentStatus",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"CounteragentStatus",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"CurrentStatus",
"=",
"$",
"value",
";",
"}"
] | Set 'CurrentStatus' value
@param \AgentSIB\Diadoc\Api\Proto\CounteragentStatus $value | [
"Set",
"CurrentStatus",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Counteragent.php#L164-L167 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addInvoices | public function addInvoices(\AgentSIB\Diadoc\Api\Proto\Events\XmlDocumentAttachment $value)
{
if ($this->Invoices === null) {
$this->Invoices = new \Protobuf\MessageCollection();
}
$this->Invoices->add($value);
} | php | public function addInvoices(\AgentSIB\Diadoc\Api\Proto\Events\XmlDocumentAttachment $value)
{
if ($this->Invoices === null) {
$this->Invoices = new \Protobuf\MessageCollection();
}
$this->Invoices->add($value);
} | [
"public",
"function",
"addInvoices",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"XmlDocumentAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Invoices",
"===",
"null",
")",
"{",
"$",
"this",... | Add a new element to 'Invoices'
@param \AgentSIB\Diadoc\Api\Proto\Events\XmlDocumentAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"Invoices"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L368-L375 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addNonformalizedDocuments | public function addNonformalizedDocuments(\AgentSIB\Diadoc\Api\Proto\Events\NonformalizedAttachment $value)
{
if ($this->NonformalizedDocuments === null) {
$this->NonformalizedDocuments = new \Protobuf\MessageCollection();
}
$this->NonformalizedDocuments->add($value);
} | php | public function addNonformalizedDocuments(\AgentSIB\Diadoc\Api\Proto\Events\NonformalizedAttachment $value)
{
if ($this->NonformalizedDocuments === null) {
$this->NonformalizedDocuments = new \Protobuf\MessageCollection();
}
$this->NonformalizedDocuments->add($value);
} | [
"public",
"function",
"addNonformalizedDocuments",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"NonformalizedAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"NonformalizedDocuments",
"===",
"null",
... | Add a new element to 'NonformalizedDocuments'
@param \AgentSIB\Diadoc\Api\Proto\Events\NonformalizedAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"NonformalizedDocuments"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L412-L419 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addTorg12Documents | public function addTorg12Documents(\AgentSIB\Diadoc\Api\Proto\Events\BasicDocumentAttachment $value)
{
if ($this->Torg12Documents === null) {
$this->Torg12Documents = new \Protobuf\MessageCollection();
}
$this->Torg12Documents->add($value);
} | php | public function addTorg12Documents(\AgentSIB\Diadoc\Api\Proto\Events\BasicDocumentAttachment $value)
{
if ($this->Torg12Documents === null) {
$this->Torg12Documents = new \Protobuf\MessageCollection();
}
$this->Torg12Documents->add($value);
} | [
"public",
"function",
"addTorg12Documents",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"BasicDocumentAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Torg12Documents",
"===",
"null",
")",
"{",
... | Add a new element to 'Torg12Documents'
@param \AgentSIB\Diadoc\Api\Proto\Events\BasicDocumentAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"Torg12Documents"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L456-L463 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addAcceptanceCertificates | public function addAcceptanceCertificates(\AgentSIB\Diadoc\Api\Proto\Events\AcceptanceCertificateAttachment $value)
{
if ($this->AcceptanceCertificates === null) {
$this->AcceptanceCertificates = new \Protobuf\MessageCollection();
}
$this->AcceptanceCertificates->add($value);
} | php | public function addAcceptanceCertificates(\AgentSIB\Diadoc\Api\Proto\Events\AcceptanceCertificateAttachment $value)
{
if ($this->AcceptanceCertificates === null) {
$this->AcceptanceCertificates = new \Protobuf\MessageCollection();
}
$this->AcceptanceCertificates->add($value);
} | [
"public",
"function",
"addAcceptanceCertificates",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"AcceptanceCertificateAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"AcceptanceCertificates",
"===",
... | Add a new element to 'AcceptanceCertificates'
@param \AgentSIB\Diadoc\Api\Proto\Events\AcceptanceCertificateAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"AcceptanceCertificates"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L500-L507 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addStructuredDataAttachments | public function addStructuredDataAttachments(\AgentSIB\Diadoc\Api\Proto\Events\StructuredDataAttachment $value)
{
if ($this->StructuredDataAttachments === null) {
$this->StructuredDataAttachments = new \Protobuf\MessageCollection();
}
$this->StructuredDataAttachments->add($value);
} | php | public function addStructuredDataAttachments(\AgentSIB\Diadoc\Api\Proto\Events\StructuredDataAttachment $value)
{
if ($this->StructuredDataAttachments === null) {
$this->StructuredDataAttachments = new \Protobuf\MessageCollection();
}
$this->StructuredDataAttachments->add($value);
} | [
"public",
"function",
"addStructuredDataAttachments",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"StructuredDataAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"StructuredDataAttachments",
"===",
"... | Add a new element to 'StructuredDataAttachments'
@param \AgentSIB\Diadoc\Api\Proto\Events\StructuredDataAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"StructuredDataAttachments"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L544-L551 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addProformaInvoices | public function addProformaInvoices(\AgentSIB\Diadoc\Api\Proto\Events\BasicDocumentAttachment $value)
{
if ($this->ProformaInvoices === null) {
$this->ProformaInvoices = new \Protobuf\MessageCollection();
}
$this->ProformaInvoices->add($value);
} | php | public function addProformaInvoices(\AgentSIB\Diadoc\Api\Proto\Events\BasicDocumentAttachment $value)
{
if ($this->ProformaInvoices === null) {
$this->ProformaInvoices = new \Protobuf\MessageCollection();
}
$this->ProformaInvoices->add($value);
} | [
"public",
"function",
"addProformaInvoices",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"BasicDocumentAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"ProformaInvoices",
"===",
"null",
")",
"{"... | Add a new element to 'ProformaInvoices'
@param \AgentSIB\Diadoc\Api\Proto\Events\BasicDocumentAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"ProformaInvoices"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L588-L595 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addXmlTorg12SellerTitles | public function addXmlTorg12SellerTitles(\AgentSIB\Diadoc\Api\Proto\Events\XmlDocumentAttachment $value)
{
if ($this->XmlTorg12SellerTitles === null) {
$this->XmlTorg12SellerTitles = new \Protobuf\MessageCollection();
}
$this->XmlTorg12SellerTitles->add($value);
} | php | public function addXmlTorg12SellerTitles(\AgentSIB\Diadoc\Api\Proto\Events\XmlDocumentAttachment $value)
{
if ($this->XmlTorg12SellerTitles === null) {
$this->XmlTorg12SellerTitles = new \Protobuf\MessageCollection();
}
$this->XmlTorg12SellerTitles->add($value);
} | [
"public",
"function",
"addXmlTorg12SellerTitles",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"XmlDocumentAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"XmlTorg12SellerTitles",
"===",
"null",
")... | Add a new element to 'XmlTorg12SellerTitles'
@param \AgentSIB\Diadoc\Api\Proto\Events\XmlDocumentAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"XmlTorg12SellerTitles"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L632-L639 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addXmlAcceptanceCertificateSellerTitles | public function addXmlAcceptanceCertificateSellerTitles(\AgentSIB\Diadoc\Api\Proto\Events\XmlDocumentAttachment $value)
{
if ($this->XmlAcceptanceCertificateSellerTitles === null) {
$this->XmlAcceptanceCertificateSellerTitles = new \Protobuf\MessageCollection();
}
$this->XmlAcceptanceCertificateSellerTitles->add($value);
} | php | public function addXmlAcceptanceCertificateSellerTitles(\AgentSIB\Diadoc\Api\Proto\Events\XmlDocumentAttachment $value)
{
if ($this->XmlAcceptanceCertificateSellerTitles === null) {
$this->XmlAcceptanceCertificateSellerTitles = new \Protobuf\MessageCollection();
}
$this->XmlAcceptanceCertificateSellerTitles->add($value);
} | [
"public",
"function",
"addXmlAcceptanceCertificateSellerTitles",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"XmlDocumentAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"XmlAcceptanceCertificateSellerTi... | Add a new element to 'XmlAcceptanceCertificateSellerTitles'
@param \AgentSIB\Diadoc\Api\Proto\Events\XmlDocumentAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"XmlAcceptanceCertificateSellerTitles"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L676-L683 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addPriceLists | public function addPriceLists(\AgentSIB\Diadoc\Api\Proto\Events\PriceListAttachment $value)
{
if ($this->PriceLists === null) {
$this->PriceLists = new \Protobuf\MessageCollection();
}
$this->PriceLists->add($value);
} | php | public function addPriceLists(\AgentSIB\Diadoc\Api\Proto\Events\PriceListAttachment $value)
{
if ($this->PriceLists === null) {
$this->PriceLists = new \Protobuf\MessageCollection();
}
$this->PriceLists->add($value);
} | [
"public",
"function",
"addPriceLists",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"PriceListAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"PriceLists",
"===",
"null",
")",
"{",
"$",
"this... | Add a new element to 'PriceLists'
@param \AgentSIB\Diadoc\Api\Proto\Events\PriceListAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"PriceLists"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L930-L937 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addPriceListAgreements | public function addPriceListAgreements(\AgentSIB\Diadoc\Api\Proto\Events\NonformalizedAttachment $value)
{
if ($this->PriceListAgreements === null) {
$this->PriceListAgreements = new \Protobuf\MessageCollection();
}
$this->PriceListAgreements->add($value);
} | php | public function addPriceListAgreements(\AgentSIB\Diadoc\Api\Proto\Events\NonformalizedAttachment $value)
{
if ($this->PriceListAgreements === null) {
$this->PriceListAgreements = new \Protobuf\MessageCollection();
}
$this->PriceListAgreements->add($value);
} | [
"public",
"function",
"addPriceListAgreements",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"NonformalizedAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"PriceListAgreements",
"===",
"null",
")",... | Add a new element to 'PriceListAgreements'
@param \AgentSIB\Diadoc\Api\Proto\Events\NonformalizedAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"PriceListAgreements"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L974-L981 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addCertificateRegistries | public function addCertificateRegistries(\AgentSIB\Diadoc\Api\Proto\Events\NonformalizedAttachment $value)
{
if ($this->CertificateRegistries === null) {
$this->CertificateRegistries = new \Protobuf\MessageCollection();
}
$this->CertificateRegistries->add($value);
} | php | public function addCertificateRegistries(\AgentSIB\Diadoc\Api\Proto\Events\NonformalizedAttachment $value)
{
if ($this->CertificateRegistries === null) {
$this->CertificateRegistries = new \Protobuf\MessageCollection();
}
$this->CertificateRegistries->add($value);
} | [
"public",
"function",
"addCertificateRegistries",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"NonformalizedAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"CertificateRegistries",
"===",
"null",
... | Add a new element to 'CertificateRegistries'
@param \AgentSIB\Diadoc\Api\Proto\Events\NonformalizedAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"CertificateRegistries"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L1018-L1025 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addReconciliationActs | public function addReconciliationActs(\AgentSIB\Diadoc\Api\Proto\Events\ReconciliationActAttachment $value)
{
if ($this->ReconciliationActs === null) {
$this->ReconciliationActs = new \Protobuf\MessageCollection();
}
$this->ReconciliationActs->add($value);
} | php | public function addReconciliationActs(\AgentSIB\Diadoc\Api\Proto\Events\ReconciliationActAttachment $value)
{
if ($this->ReconciliationActs === null) {
$this->ReconciliationActs = new \Protobuf\MessageCollection();
}
$this->ReconciliationActs->add($value);
} | [
"public",
"function",
"addReconciliationActs",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ReconciliationActAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"ReconciliationActs",
"===",
"null",
")... | Add a new element to 'ReconciliationActs'
@param \AgentSIB\Diadoc\Api\Proto\Events\ReconciliationActAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"ReconciliationActs"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L1062-L1069 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addContracts | public function addContracts(\AgentSIB\Diadoc\Api\Proto\Events\ContractAttachment $value)
{
if ($this->Contracts === null) {
$this->Contracts = new \Protobuf\MessageCollection();
}
$this->Contracts->add($value);
} | php | public function addContracts(\AgentSIB\Diadoc\Api\Proto\Events\ContractAttachment $value)
{
if ($this->Contracts === null) {
$this->Contracts = new \Protobuf\MessageCollection();
}
$this->Contracts->add($value);
} | [
"public",
"function",
"addContracts",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ContractAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Contracts",
"===",
"null",
")",
"{",
"$",
"this",
... | Add a new element to 'Contracts'
@param \AgentSIB\Diadoc\Api\Proto\Events\ContractAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"Contracts"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L1106-L1113 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addTorg13Documents | public function addTorg13Documents(\AgentSIB\Diadoc\Api\Proto\Events\Torg13Attachment $value)
{
if ($this->Torg13Documents === null) {
$this->Torg13Documents = new \Protobuf\MessageCollection();
}
$this->Torg13Documents->add($value);
} | php | public function addTorg13Documents(\AgentSIB\Diadoc\Api\Proto\Events\Torg13Attachment $value)
{
if ($this->Torg13Documents === null) {
$this->Torg13Documents = new \Protobuf\MessageCollection();
}
$this->Torg13Documents->add($value);
} | [
"public",
"function",
"addTorg13Documents",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"Torg13Attachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Torg13Documents",
"===",
"null",
")",
"{",
"$",
... | Add a new element to 'Torg13Documents'
@param \AgentSIB\Diadoc\Api\Proto\Events\Torg13Attachment $value | [
"Add",
"a",
"new",
"element",
"to",
"Torg13Documents"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L1150-L1157 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addServiceDetailsDocuments | public function addServiceDetailsDocuments(\AgentSIB\Diadoc\Api\Proto\Events\ServiceDetailsAttachment $value)
{
if ($this->ServiceDetailsDocuments === null) {
$this->ServiceDetailsDocuments = new \Protobuf\MessageCollection();
}
$this->ServiceDetailsDocuments->add($value);
} | php | public function addServiceDetailsDocuments(\AgentSIB\Diadoc\Api\Proto\Events\ServiceDetailsAttachment $value)
{
if ($this->ServiceDetailsDocuments === null) {
$this->ServiceDetailsDocuments = new \Protobuf\MessageCollection();
}
$this->ServiceDetailsDocuments->add($value);
} | [
"public",
"function",
"addServiceDetailsDocuments",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ServiceDetailsAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"ServiceDetailsDocuments",
"===",
"null... | Add a new element to 'ServiceDetailsDocuments'
@param \AgentSIB\Diadoc\Api\Proto\Events\ServiceDetailsAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"ServiceDetailsDocuments"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L1194-L1201 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addEncryptedInvoices | public function addEncryptedInvoices(\AgentSIB\Diadoc\Api\Proto\Events\EncryptedInvoiceAttachment $value)
{
if ($this->EncryptedInvoices === null) {
$this->EncryptedInvoices = new \Protobuf\MessageCollection();
}
$this->EncryptedInvoices->add($value);
} | php | public function addEncryptedInvoices(\AgentSIB\Diadoc\Api\Proto\Events\EncryptedInvoiceAttachment $value)
{
if ($this->EncryptedInvoices === null) {
$this->EncryptedInvoices = new \Protobuf\MessageCollection();
}
$this->EncryptedInvoices->add($value);
} | [
"public",
"function",
"addEncryptedInvoices",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"EncryptedInvoiceAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"EncryptedInvoices",
"===",
"null",
")",
... | Add a new element to 'EncryptedInvoices'
@param \AgentSIB\Diadoc\Api\Proto\Events\EncryptedInvoiceAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"EncryptedInvoices"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L1298-L1305 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addEncryptedXmlTorg12SellerTitles | public function addEncryptedXmlTorg12SellerTitles(\AgentSIB\Diadoc\Api\Proto\Events\EncryptedXmlDocumentAttachment $value)
{
if ($this->EncryptedXmlTorg12SellerTitles === null) {
$this->EncryptedXmlTorg12SellerTitles = new \Protobuf\MessageCollection();
}
$this->EncryptedXmlTorg12SellerTitles->add($value);
} | php | public function addEncryptedXmlTorg12SellerTitles(\AgentSIB\Diadoc\Api\Proto\Events\EncryptedXmlDocumentAttachment $value)
{
if ($this->EncryptedXmlTorg12SellerTitles === null) {
$this->EncryptedXmlTorg12SellerTitles = new \Protobuf\MessageCollection();
}
$this->EncryptedXmlTorg12SellerTitles->add($value);
} | [
"public",
"function",
"addEncryptedXmlTorg12SellerTitles",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"EncryptedXmlDocumentAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"EncryptedXmlTorg12SellerTitle... | Add a new element to 'EncryptedXmlTorg12SellerTitles'
@param \AgentSIB\Diadoc\Api\Proto\Events\EncryptedXmlDocumentAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"EncryptedXmlTorg12SellerTitles"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L1342-L1349 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addEncryptedXmlAcceptanceCertificateSellerTitles | public function addEncryptedXmlAcceptanceCertificateSellerTitles(\AgentSIB\Diadoc\Api\Proto\Events\EncryptedXmlDocumentAttachment $value)
{
if ($this->EncryptedXmlAcceptanceCertificateSellerTitles === null) {
$this->EncryptedXmlAcceptanceCertificateSellerTitles = new \Protobuf\MessageCollection();
}
$this->EncryptedXmlAcceptanceCertificateSellerTitles->add($value);
} | php | public function addEncryptedXmlAcceptanceCertificateSellerTitles(\AgentSIB\Diadoc\Api\Proto\Events\EncryptedXmlDocumentAttachment $value)
{
if ($this->EncryptedXmlAcceptanceCertificateSellerTitles === null) {
$this->EncryptedXmlAcceptanceCertificateSellerTitles = new \Protobuf\MessageCollection();
}
$this->EncryptedXmlAcceptanceCertificateSellerTitles->add($value);
} | [
"public",
"function",
"addEncryptedXmlAcceptanceCertificateSellerTitles",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"EncryptedXmlDocumentAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"EncryptedXmlAc... | Add a new element to 'EncryptedXmlAcceptanceCertificateSellerTitles'
@param \AgentSIB\Diadoc\Api\Proto\Events\EncryptedXmlDocumentAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"EncryptedXmlAcceptanceCertificateSellerTitles"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L1386-L1393 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addSupplementaryAgreements | public function addSupplementaryAgreements(\AgentSIB\Diadoc\Api\Proto\Events\SupplementaryAgreementAttachment $value)
{
if ($this->SupplementaryAgreements === null) {
$this->SupplementaryAgreements = new \Protobuf\MessageCollection();
}
$this->SupplementaryAgreements->add($value);
} | php | public function addSupplementaryAgreements(\AgentSIB\Diadoc\Api\Proto\Events\SupplementaryAgreementAttachment $value)
{
if ($this->SupplementaryAgreements === null) {
$this->SupplementaryAgreements = new \Protobuf\MessageCollection();
}
$this->SupplementaryAgreements->add($value);
} | [
"public",
"function",
"addSupplementaryAgreements",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"SupplementaryAgreementAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"SupplementaryAgreements",
"===",... | Add a new element to 'SupplementaryAgreements'
@param \AgentSIB\Diadoc\Api\Proto\Events\SupplementaryAgreementAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"SupplementaryAgreements"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L1430-L1437 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addUniversalTransferDocumentSellerTitles | public function addUniversalTransferDocumentSellerTitles(\AgentSIB\Diadoc\Api\Proto\Events\XmlDocumentAttachment $value)
{
if ($this->UniversalTransferDocumentSellerTitles === null) {
$this->UniversalTransferDocumentSellerTitles = new \Protobuf\MessageCollection();
}
$this->UniversalTransferDocumentSellerTitles->add($value);
} | php | public function addUniversalTransferDocumentSellerTitles(\AgentSIB\Diadoc\Api\Proto\Events\XmlDocumentAttachment $value)
{
if ($this->UniversalTransferDocumentSellerTitles === null) {
$this->UniversalTransferDocumentSellerTitles = new \Protobuf\MessageCollection();
}
$this->UniversalTransferDocumentSellerTitles->add($value);
} | [
"public",
"function",
"addUniversalTransferDocumentSellerTitles",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"XmlDocumentAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"UniversalTransferDocumentSeller... | Add a new element to 'UniversalTransferDocumentSellerTitles'
@param \AgentSIB\Diadoc\Api\Proto\Events\XmlDocumentAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"UniversalTransferDocumentSellerTitles"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L1504-L1511 | train |
agentsib/diadoc-php | src/Api/Proto/Events/MessageToPost.php | MessageToPost.addCustomDocumentAttachments | public function addCustomDocumentAttachments(\AgentSIB\Diadoc\Api\Proto\Events\CustomDocumentAttachment $value)
{
if ($this->CustomDocumentAttachments === null) {
$this->CustomDocumentAttachments = new \Protobuf\MessageCollection();
}
$this->CustomDocumentAttachments->add($value);
} | php | public function addCustomDocumentAttachments(\AgentSIB\Diadoc\Api\Proto\Events\CustomDocumentAttachment $value)
{
if ($this->CustomDocumentAttachments === null) {
$this->CustomDocumentAttachments = new \Protobuf\MessageCollection();
}
$this->CustomDocumentAttachments->add($value);
} | [
"public",
"function",
"addCustomDocumentAttachments",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"CustomDocumentAttachment",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"CustomDocumentAttachments",
"===",
"... | Add a new element to 'CustomDocumentAttachments'
@param \AgentSIB\Diadoc\Api\Proto\Events\CustomDocumentAttachment $value | [
"Add",
"a",
"new",
"element",
"to",
"CustomDocumentAttachments"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/MessageToPost.php#L1548-L1555 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/Attorney.php | Attorney.setIssuerPerson | public function setIssuerPerson(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->IssuerPerson = $value;
} | php | public function setIssuerPerson(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->IssuerPerson = $value;
} | [
"public",
"function",
"setIssuerPerson",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Official",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"IssuerPerson",
"=",
"$",
"value",
";",
"}"
] | Set 'IssuerPerson' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value | [
"Set",
"IssuerPerson",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Attorney.php#L191-L194 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/Attorney.php | Attorney.setRecipientPerson | public function setRecipientPerson(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->RecipientPerson = $value;
} | php | public function setRecipientPerson(\AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value = null)
{
$this->RecipientPerson = $value;
} | [
"public",
"function",
"setRecipientPerson",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Official",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"RecipientPerson",
"=",
"$",
"value",
";",
"}"
] | Set 'RecipientPerson' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Official $value | [
"Set",
"RecipientPerson",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Attorney.php#L251-L254 | train |
agentsib/diadoc-php | src/Api/Proto/Events/PrepareDocumentsToSignRequest.php | PrepareDocumentsToSignRequest.addDraftDocuments | public function addDraftDocuments(\AgentSIB\Diadoc\Api\Proto\Events\DraftDocumentToPatch $value)
{
if ($this->DraftDocuments === null) {
$this->DraftDocuments = new \Protobuf\MessageCollection();
}
$this->DraftDocuments->add($value);
} | php | public function addDraftDocuments(\AgentSIB\Diadoc\Api\Proto\Events\DraftDocumentToPatch $value)
{
if ($this->DraftDocuments === null) {
$this->DraftDocuments = new \Protobuf\MessageCollection();
}
$this->DraftDocuments->add($value);
} | [
"public",
"function",
"addDraftDocuments",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"DraftDocumentToPatch",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"DraftDocuments",
"===",
"null",
")",
"{",
"$"... | Add a new element to 'DraftDocuments'
@param \AgentSIB\Diadoc\Api\Proto\Events\DraftDocumentToPatch $value | [
"Add",
"a",
"new",
"element",
"to",
"DraftDocuments"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/PrepareDocumentsToSignRequest.php#L114-L121 | train |
agentsib/diadoc-php | src/Api/Proto/Content.php | Content.setData | public function setData($value = null)
{
if ($value !== null && ! $value instanceof \Protobuf\Stream) {
$value = \Protobuf\Stream::wrap($value);
}
$this->Data = $value;
} | php | public function setData($value = null)
{
if ($value !== null && ! $value instanceof \Protobuf\Stream) {
$value = \Protobuf\Stream::wrap($value);
}
$this->Data = $value;
} | [
"public",
"function",
"setData",
"(",
"$",
"value",
"=",
"null",
")",
"{",
"if",
"(",
"$",
"value",
"!==",
"null",
"&&",
"!",
"$",
"value",
"instanceof",
"\\",
"Protobuf",
"\\",
"Stream",
")",
"{",
"$",
"value",
"=",
"\\",
"Protobuf",
"\\",
"Stream",... | Set 'Data' value
@param \Protobuf\Stream $value | [
"Set",
"Data",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Content.php#L96-L103 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/InvoiceCorrectionRequestDocflow.php | InvoiceCorrectionRequestDocflow.setCorrectionRequestAttachment | public function setCorrectionRequestAttachment(\AgentSIB\Diadoc\Api\Proto\Docflow\SignedAttachment $value = null)
{
$this->CorrectionRequestAttachment = $value;
} | php | public function setCorrectionRequestAttachment(\AgentSIB\Diadoc\Api\Proto\Docflow\SignedAttachment $value = null)
{
$this->CorrectionRequestAttachment = $value;
} | [
"public",
"function",
"setCorrectionRequestAttachment",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"SignedAttachment",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"CorrectionRequestAttachment",
"=",
"$",... | Set 'CorrectionRequestAttachment' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\SignedAttachment $value | [
"Set",
"CorrectionRequestAttachment",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/InvoiceCorrectionRequestDocflow.php#L104-L107 | train |
agentsib/diadoc-php | src/Api/Proto/AcquireCounteragentRequest.php | AcquireCounteragentRequest.setInvitationDocument | public function setInvitationDocument(\AgentSIB\Diadoc\Api\Proto\InvitationDocument $value = null)
{
$this->InvitationDocument = $value;
} | php | public function setInvitationDocument(\AgentSIB\Diadoc\Api\Proto\InvitationDocument $value = null)
{
$this->InvitationDocument = $value;
} | [
"public",
"function",
"setInvitationDocument",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"InvitationDocument",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"InvitationDocument",
"=",
"$",
"value",
";",
"}"
] | Set 'InvitationDocument' value
@param \AgentSIB\Diadoc\Api\Proto\InvitationDocument $value | [
"Set",
"InvitationDocument",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/AcquireCounteragentRequest.php#L170-L173 | train |
agentsib/diadoc-php | src/Api/Proto/Documents/DocumentProtocol.php | DocumentProtocol.setPrintForm | public function setPrintForm($value)
{
if ($value !== null && ! $value instanceof \Protobuf\Stream) {
$value = \Protobuf\Stream::wrap($value);
}
$this->PrintForm = $value;
} | php | public function setPrintForm($value)
{
if ($value !== null && ! $value instanceof \Protobuf\Stream) {
$value = \Protobuf\Stream::wrap($value);
}
$this->PrintForm = $value;
} | [
"public",
"function",
"setPrintForm",
"(",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"value",
"!==",
"null",
"&&",
"!",
"$",
"value",
"instanceof",
"\\",
"Protobuf",
"\\",
"Stream",
")",
"{",
"$",
"value",
"=",
"\\",
"Protobuf",
"\\",
"Stream",
"::",
"... | Set 'PrintForm' value
@param \Protobuf\Stream $value | [
"Set",
"PrintForm",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/DocumentProtocol.php#L66-L73 | train |
agentsib/diadoc-php | src/Api/Proto/SignatureVerificationResult.php | SignatureVerificationResult.setCertificateStatus | public function setCertificateStatus(\AgentSIB\Diadoc\Api\Proto\CertificateVerificationResult $value = null)
{
$this->CertificateStatus = $value;
} | php | public function setCertificateStatus(\AgentSIB\Diadoc\Api\Proto\CertificateVerificationResult $value = null)
{
$this->CertificateStatus = $value;
} | [
"public",
"function",
"setCertificateStatus",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"CertificateVerificationResult",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"CertificateStatus",
"=",
"$",
"value",
";",
"}"
] | Set 'CertificateStatus' value
@param \AgentSIB\Diadoc\Api\Proto\CertificateVerificationResult $value | [
"Set",
"CertificateStatus",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/SignatureVerificationResult.php#L103-L106 | train |
agentsib/diadoc-php | src/Api/Proto/SignatureVerificationResult.php | SignatureVerificationResult.setSignatureTimestamp | public function setSignatureTimestamp(\AgentSIB\Diadoc\Api\Proto\Timestamp $value = null)
{
$this->SignatureTimestamp = $value;
} | php | public function setSignatureTimestamp(\AgentSIB\Diadoc\Api\Proto\Timestamp $value = null)
{
$this->SignatureTimestamp = $value;
} | [
"public",
"function",
"setSignatureTimestamp",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Timestamp",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"SignatureTimestamp",
"=",
"$",
"value",
";",
"}"
] | Set 'SignatureTimestamp' value
@param \AgentSIB\Diadoc\Api\Proto\Timestamp $value | [
"Set",
"SignatureTimestamp",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/SignatureVerificationResult.php#L133-L136 | train |
hiqdev/yii2-menus | src/widgets/Menu.php | Menu.guessModule | protected function guessModule(array $item, $parentUrl = null)
{
$result = false;
$moduleId = Yii::$app->controller->module->id;
$parentModuleId = $this->getModuleName($parentUrl);
if (!empty($item['items'])) {
foreach ($item['items'] as $i) {
if (isset($i['url'])) {
$itemModuleName = $this->getModuleName(reset($i['url']));
if ($itemModuleName === $moduleId && $parentModuleId === $moduleId) {
$result = true;
break;
}
}
}
}
return $result;
} | php | protected function guessModule(array $item, $parentUrl = null)
{
$result = false;
$moduleId = Yii::$app->controller->module->id;
$parentModuleId = $this->getModuleName($parentUrl);
if (!empty($item['items'])) {
foreach ($item['items'] as $i) {
if (isset($i['url'])) {
$itemModuleName = $this->getModuleName(reset($i['url']));
if ($itemModuleName === $moduleId && $parentModuleId === $moduleId) {
$result = true;
break;
}
}
}
}
return $result;
} | [
"protected",
"function",
"guessModule",
"(",
"array",
"$",
"item",
",",
"$",
"parentUrl",
"=",
"null",
")",
"{",
"$",
"result",
"=",
"false",
";",
"$",
"moduleId",
"=",
"Yii",
"::",
"$",
"app",
"->",
"controller",
"->",
"module",
"->",
"id",
";",
"$"... | Try to guess which module is parent for current page
and remain sidebarmenu accordion opened.
@param array $item
@return bool | [
"Try",
"to",
"guess",
"which",
"module",
"is",
"parent",
"for",
"current",
"page",
"and",
"remain",
"sidebarmenu",
"accordion",
"opened",
"."
] | 7586e2b82ca8406cf45d0341dcf7aebbb1361b3e | https://github.com/hiqdev/yii2-menus/blob/7586e2b82ca8406cf45d0341dcf7aebbb1361b3e/src/widgets/Menu.php#L55-L73 | train |
agentsib/diadoc-php | src/Api/Proto/TimeBasedFilter.php | TimeBasedFilter.setFromTimestamp | public function setFromTimestamp(\AgentSIB\Diadoc\Api\Proto\Timestamp $value = null)
{
$this->FromTimestamp = $value;
} | php | public function setFromTimestamp(\AgentSIB\Diadoc\Api\Proto\Timestamp $value = null)
{
$this->FromTimestamp = $value;
} | [
"public",
"function",
"setFromTimestamp",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Timestamp",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"FromTimestamp",
"=",
"$",
"value",
";",
"}"
] | Set 'FromTimestamp' value
@param \AgentSIB\Diadoc\Api\Proto\Timestamp $value | [
"Set",
"FromTimestamp",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/TimeBasedFilter.php#L83-L86 | train |
agentsib/diadoc-php | src/Api/Proto/TimeBasedFilter.php | TimeBasedFilter.setToTimestamp | public function setToTimestamp(\AgentSIB\Diadoc\Api\Proto\Timestamp $value = null)
{
$this->ToTimestamp = $value;
} | php | public function setToTimestamp(\AgentSIB\Diadoc\Api\Proto\Timestamp $value = null)
{
$this->ToTimestamp = $value;
} | [
"public",
"function",
"setToTimestamp",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Timestamp",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"ToTimestamp",
"=",
"$",
"value",
";",
"}"
] | Set 'ToTimestamp' value
@param \AgentSIB\Diadoc\Api\Proto\Timestamp $value | [
"Set",
"ToTimestamp",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/TimeBasedFilter.php#L113-L116 | train |
agentsib/diadoc-php | src/Api/Proto/TimeBasedFilter.php | TimeBasedFilter.setSortDirection | public function setSortDirection(\AgentSIB\Diadoc\Api\Proto\SortDirection $value = null)
{
$this->SortDirection = $value;
} | php | public function setSortDirection(\AgentSIB\Diadoc\Api\Proto\SortDirection $value = null)
{
$this->SortDirection = $value;
} | [
"public",
"function",
"setSortDirection",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"SortDirection",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"SortDirection",
"=",
"$",
"value",
";",
"}"
] | Set 'SortDirection' value
@param \AgentSIB\Diadoc\Api\Proto\SortDirection $value | [
"Set",
"SortDirection",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/TimeBasedFilter.php#L143-L146 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/DocflowEvent.php | DocflowEvent.setIndexKey | public function setIndexKey($value = null)
{
if ($value !== null && ! $value instanceof \Protobuf\Stream) {
$value = \Protobuf\Stream::wrap($value);
}
$this->IndexKey = $value;
} | php | public function setIndexKey($value = null)
{
if ($value !== null && ! $value instanceof \Protobuf\Stream) {
$value = \Protobuf\Stream::wrap($value);
}
$this->IndexKey = $value;
} | [
"public",
"function",
"setIndexKey",
"(",
"$",
"value",
"=",
"null",
")",
"{",
"if",
"(",
"$",
"value",
"!==",
"null",
"&&",
"!",
"$",
"value",
"instanceof",
"\\",
"Protobuf",
"\\",
"Stream",
")",
"{",
"$",
"value",
"=",
"\\",
"Protobuf",
"\\",
"Stre... | Set 'IndexKey' value
@param \Protobuf\Stream $value | [
"Set",
"IndexKey",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/DocflowEvent.php#L191-L198 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/DocflowEvent.php | DocflowEvent.setPreviousDocumentState | public function setPreviousDocumentState(\AgentSIB\Diadoc\Api\Proto\Docflow\DocumentWithDocflow $value = null)
{
$this->PreviousDocumentState = $value;
} | php | public function setPreviousDocumentState(\AgentSIB\Diadoc\Api\Proto\Docflow\DocumentWithDocflow $value = null)
{
$this->PreviousDocumentState = $value;
} | [
"public",
"function",
"setPreviousDocumentState",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"DocumentWithDocflow",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"PreviousDocumentState",
"=",
"$",
"value... | Set 'PreviousDocumentState' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\DocumentWithDocflow $value | [
"Set",
"PreviousDocumentState",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/DocflowEvent.php#L285-L288 | train |
agentsib/diadoc-php | src/Api/Proto/OrganizationUsersList.php | OrganizationUsersList.addUsers | public function addUsers(\AgentSIB\Diadoc\Api\Proto\OrganizationUser $value)
{
if ($this->Users === null) {
$this->Users = new \Protobuf\MessageCollection();
}
$this->Users->add($value);
} | php | public function addUsers(\AgentSIB\Diadoc\Api\Proto\OrganizationUser $value)
{
if ($this->Users === null) {
$this->Users = new \Protobuf\MessageCollection();
}
$this->Users->add($value);
} | [
"public",
"function",
"addUsers",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"OrganizationUser",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Users",
"===",
"null",
")",
"{",
"$",
"this",
"->",
"Users",
"=",
"n... | Add a new element to 'Users'
@param \AgentSIB\Diadoc\Api\Proto\OrganizationUser $value | [
"Add",
"a",
"new",
"element",
"to",
"Users"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/OrganizationUsersList.php#L76-L83 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/RecipientSignatureDocflow.php | RecipientSignatureDocflow.setRecipientSignature | public function setRecipientSignature(\AgentSIB\Diadoc\Api\Proto\Docflow\Signature $value = null)
{
$this->RecipientSignature = $value;
} | php | public function setRecipientSignature(\AgentSIB\Diadoc\Api\Proto\Docflow\Signature $value = null)
{
$this->RecipientSignature = $value;
} | [
"public",
"function",
"setRecipientSignature",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"Signature",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"RecipientSignature",
"=",
"$",
"value",
";",
"}"
... | Set 'RecipientSignature' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\Signature $value | [
"Set",
"RecipientSignature",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/RecipientSignatureDocflow.php#L103-L106 | train |
agentsib/diadoc-php | src/Api/Proto/CounteragentList.php | CounteragentList.addCounteragents | public function addCounteragents(\AgentSIB\Diadoc\Api\Proto\Counteragent $value)
{
if ($this->Counteragents === null) {
$this->Counteragents = new \Protobuf\MessageCollection();
}
$this->Counteragents->add($value);
} | php | public function addCounteragents(\AgentSIB\Diadoc\Api\Proto\Counteragent $value)
{
if ($this->Counteragents === null) {
$this->Counteragents = new \Protobuf\MessageCollection();
}
$this->Counteragents->add($value);
} | [
"public",
"function",
"addCounteragents",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Counteragent",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Counteragents",
"===",
"null",
")",
"{",
"$",
"this",
"->",
"Counter... | Add a new element to 'Counteragents'
@param \AgentSIB\Diadoc\Api\Proto\Counteragent $value | [
"Add",
"a",
"new",
"element",
"to",
"Counteragents"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/CounteragentList.php#L106-L113 | train |
agentsib/diadoc-php | src/Api/Proto/OrganizationUser.php | OrganizationUser.setPermissions | public function setPermissions(\AgentSIB\Diadoc\Api\Proto\OrganizationUserPermissions $value)
{
$this->Permissions = $value;
} | php | public function setPermissions(\AgentSIB\Diadoc\Api\Proto\OrganizationUserPermissions $value)
{
$this->Permissions = $value;
} | [
"public",
"function",
"setPermissions",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"OrganizationUserPermissions",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"Permissions",
"=",
"$",
"value",
";",
"}"
] | Set 'Permissions' value
@param \AgentSIB\Diadoc\Api\Proto\OrganizationUserPermissions $value | [
"Set",
"Permissions",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/OrganizationUser.php#L140-L143 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/DocflowStatusModel.php | DocflowStatusModel.setSeverity | public function setSeverity(\AgentSIB\Diadoc\Api\Proto\Docflow\DocflowStatusSeverity $value = null)
{
$this->Severity = $value;
} | php | public function setSeverity(\AgentSIB\Diadoc\Api\Proto\Docflow\DocflowStatusSeverity $value = null)
{
$this->Severity = $value;
} | [
"public",
"function",
"setSeverity",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"DocflowStatusSeverity",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Severity",
"=",
"$",
"value",
";",
"}"
] | Set 'Severity' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\DocflowStatusSeverity $value | [
"Set",
"Severity",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/DocflowStatusModel.php#L83-L86 | train |
agentsib/diadoc-php | src/Api/Proto/KeyValueStorage/KeyValueStorageApiPutRequest.php | KeyValueStorageApiPutRequest.addEntries | public function addEntries(\AgentSIB\Diadoc\Api\Proto\KeyValueStorage\KeyValueStorageEntry $value)
{
if ($this->Entries === null) {
$this->Entries = new \Protobuf\MessageCollection();
}
$this->Entries->add($value);
} | php | public function addEntries(\AgentSIB\Diadoc\Api\Proto\KeyValueStorage\KeyValueStorageEntry $value)
{
if ($this->Entries === null) {
$this->Entries = new \Protobuf\MessageCollection();
}
$this->Entries->add($value);
} | [
"public",
"function",
"addEntries",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"KeyValueStorage",
"\\",
"KeyValueStorageEntry",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Entries",
"===",
"null",
")",
"{",
"$",
"... | Add a new element to 'Entries'
@param \AgentSIB\Diadoc\Api\Proto\KeyValueStorage\KeyValueStorageEntry $value | [
"Add",
"a",
"new",
"element",
"to",
"Entries"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/KeyValueStorage/KeyValueStorageApiPutRequest.php#L70-L77 | train |
agentsib/diadoc-php | src/Api/Proto/Box.php | Box.setInvoiceFormatVersion | public function setInvoiceFormatVersion(\AgentSIB\Diadoc\Api\Proto\OrganizationInvoiceFormatVersion $value = null)
{
$this->InvoiceFormatVersion = $value;
} | php | public function setInvoiceFormatVersion(\AgentSIB\Diadoc\Api\Proto\OrganizationInvoiceFormatVersion $value = null)
{
$this->InvoiceFormatVersion = $value;
} | [
"public",
"function",
"setInvoiceFormatVersion",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"OrganizationInvoiceFormatVersion",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"InvoiceFormatVersion",
"=",
"$",
"value",
";",
... | Set 'InvoiceFormatVersion' value
@param \AgentSIB\Diadoc\Api\Proto\OrganizationInvoiceFormatVersion $value | [
"Set",
"InvoiceFormatVersion",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Box.php#L180-L183 | train |
agentsib/diadoc-php | src/Api/Proto/Documents/BilateralDocument/TrustConnectionRequestMetadata.php | TrustConnectionRequestMetadata.setTrustConnectionRequestStatus | public function setTrustConnectionRequestStatus(\AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\BilateralDocumentStatus $value = null)
{
$this->TrustConnectionRequestStatus = $value;
} | php | public function setTrustConnectionRequestStatus(\AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\BilateralDocumentStatus $value = null)
{
$this->TrustConnectionRequestStatus = $value;
} | [
"public",
"function",
"setTrustConnectionRequestStatus",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"BilateralDocument",
"\\",
"BilateralDocumentStatus",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Tr... | Set 'TrustConnectionRequestStatus' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\BilateralDocument\BilateralDocumentStatus $value | [
"Set",
"TrustConnectionRequestStatus",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/BilateralDocument/TrustConnectionRequestMetadata.php#L70-L73 | train |
agentsib/diadoc-php | src/Api/Proto/Organization.php | Organization.addBoxes | public function addBoxes(\AgentSIB\Diadoc\Api\Proto\Box $value)
{
if ($this->Boxes === null) {
$this->Boxes = new \Protobuf\MessageCollection();
}
$this->Boxes->add($value);
} | php | public function addBoxes(\AgentSIB\Diadoc\Api\Proto\Box $value)
{
if ($this->Boxes === null) {
$this->Boxes = new \Protobuf\MessageCollection();
}
$this->Boxes->add($value);
} | [
"public",
"function",
"addBoxes",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Box",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Boxes",
"===",
"null",
")",
"{",
"$",
"this",
"->",
"Boxes",
"=",
"new",
"\\",
... | Add a new element to 'Boxes'
@param \AgentSIB\Diadoc\Api\Proto\Box $value | [
"Add",
"a",
"new",
"element",
"to",
"Boxes"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Organization.php#L359-L366 | train |
agentsib/diadoc-php | src/Api/Proto/Organization.php | Organization.addDepartments | public function addDepartments(\AgentSIB\Diadoc\Api\Proto\Department $value)
{
if ($this->Departments === null) {
$this->Departments = new \Protobuf\MessageCollection();
}
$this->Departments->add($value);
} | php | public function addDepartments(\AgentSIB\Diadoc\Api\Proto\Department $value)
{
if ($this->Departments === null) {
$this->Departments = new \Protobuf\MessageCollection();
}
$this->Departments->add($value);
} | [
"public",
"function",
"addDepartments",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Department",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Departments",
"===",
"null",
")",
"{",
"$",
"this",
"->",
"Departments",... | Add a new element to 'Departments'
@param \AgentSIB\Diadoc\Api\Proto\Department $value | [
"Add",
"a",
"new",
"element",
"to",
"Departments"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Organization.php#L523-L530 | train |
agentsib/diadoc-php | src/Api/Proto/Organization.php | Organization.setSociability | public function setSociability(\AgentSIB\Diadoc\Api\Proto\Sociability $value)
{
$this->Sociability = $value;
} | php | public function setSociability(\AgentSIB\Diadoc\Api\Proto\Sociability $value)
{
$this->Sociability = $value;
} | [
"public",
"function",
"setSociability",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Sociability",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"Sociability",
"=",
"$",
"value",
";",
"}"
] | Set 'Sociability' value
@param \AgentSIB\Diadoc\Api\Proto\Sociability $value | [
"Set",
"Sociability",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Organization.php#L827-L830 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/FetchedDocument.php | FetchedDocument.setDocument | public function setDocument(\AgentSIB\Diadoc\Api\Proto\Docflow\DocumentWithDocflow $value)
{
$this->Document = $value;
} | php | public function setDocument(\AgentSIB\Diadoc\Api\Proto\Docflow\DocumentWithDocflow $value)
{
$this->Document = $value;
} | [
"public",
"function",
"setDocument",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"DocumentWithDocflow",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"Document",
"=",
"$",
"value",
";",
"}"
] | Set 'Document' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\DocumentWithDocflow $value | [
"Set",
"Document",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/FetchedDocument.php#L66-L69 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/Entity.php | Entity.setCreationTimestamp | public function setCreationTimestamp(\AgentSIB\Diadoc\Api\Proto\Timestamp $value = null)
{
$this->CreationTimestamp = $value;
} | php | public function setCreationTimestamp(\AgentSIB\Diadoc\Api\Proto\Timestamp $value = null)
{
$this->CreationTimestamp = $value;
} | [
"public",
"function",
"setCreationTimestamp",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Timestamp",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"CreationTimestamp",
"=",
"$",
"value",
";",
"}"
] | Set 'CreationTimestamp' value
@param \AgentSIB\Diadoc\Api\Proto\Timestamp $value | [
"Set",
"CreationTimestamp",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/Entity.php#L103-L106 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/GetDocflowBatchRequest.php | GetDocflowBatchRequest.addRequests | public function addRequests(\AgentSIB\Diadoc\Api\Proto\Docflow\GetDocflowRequest $value)
{
if ($this->Requests === null) {
$this->Requests = new \Protobuf\MessageCollection();
}
$this->Requests->add($value);
} | php | public function addRequests(\AgentSIB\Diadoc\Api\Proto\Docflow\GetDocflowRequest $value)
{
if ($this->Requests === null) {
$this->Requests = new \Protobuf\MessageCollection();
}
$this->Requests->add($value);
} | [
"public",
"function",
"addRequests",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"GetDocflowRequest",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Requests",
"===",
"null",
")",
"{",
"$",
"this",
... | Add a new element to 'Requests'
@param \AgentSIB\Diadoc\Api\Proto\Docflow\GetDocflowRequest $value | [
"Add",
"a",
"new",
"element",
"to",
"Requests"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/GetDocflowBatchRequest.php#L69-L76 | train |
agentsib/diadoc-php | src/Api/Proto/ResolutionChainList.php | ResolutionChainList.addResolutionChains | public function addResolutionChains(\AgentSIB\Diadoc\Api\Proto\ResolutionChain $value)
{
if ($this->ResolutionChains === null) {
$this->ResolutionChains = new \Protobuf\MessageCollection();
}
$this->ResolutionChains->add($value);
} | php | public function addResolutionChains(\AgentSIB\Diadoc\Api\Proto\ResolutionChain $value)
{
if ($this->ResolutionChains === null) {
$this->ResolutionChains = new \Protobuf\MessageCollection();
}
$this->ResolutionChains->add($value);
} | [
"public",
"function",
"addResolutionChains",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"ResolutionChain",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"ResolutionChains",
"===",
"null",
")",
"{",
"$",
"this",
"->",
... | Add a new element to 'ResolutionChains'
@param \AgentSIB\Diadoc\Api\Proto\ResolutionChain $value | [
"Add",
"a",
"new",
"element",
"to",
"ResolutionChains"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/ResolutionChainList.php#L69-L76 | train |
agentsib/diadoc-php | src/Api/Proto/CertificateVerificationResult.php | CertificateVerificationResult.addCertificateChain | public function addCertificateChain(\AgentSIB\Diadoc\Api\Proto\CertificateChainElement $value)
{
if ($this->CertificateChain === null) {
$this->CertificateChain = new \Protobuf\MessageCollection();
}
$this->CertificateChain->add($value);
} | php | public function addCertificateChain(\AgentSIB\Diadoc\Api\Proto\CertificateChainElement $value)
{
if ($this->CertificateChain === null) {
$this->CertificateChain = new \Protobuf\MessageCollection();
}
$this->CertificateChain->add($value);
} | [
"public",
"function",
"addCertificateChain",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"CertificateChainElement",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"CertificateChain",
"===",
"null",
")",
"{",
"$",
"this",
... | Add a new element to 'CertificateChain'
@param \AgentSIB\Diadoc\Api\Proto\CertificateChainElement $value | [
"Add",
"a",
"new",
"element",
"to",
"CertificateChain"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/CertificateVerificationResult.php#L113-L120 | train |
agentsib/diadoc-php | src/Api/Proto/CertificateVerificationResult.php | CertificateVerificationResult.setVerificationTime | public function setVerificationTime(\AgentSIB\Diadoc\Api\Proto\Timestamp $value)
{
$this->VerificationTime = $value;
} | php | public function setVerificationTime(\AgentSIB\Diadoc\Api\Proto\Timestamp $value)
{
$this->VerificationTime = $value;
} | [
"public",
"function",
"setVerificationTime",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Timestamp",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"VerificationTime",
"=",
"$",
"value",
";",
"}"
] | Set 'VerificationTime' value
@param \AgentSIB\Diadoc\Api\Proto\Timestamp $value | [
"Set",
"VerificationTime",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/CertificateVerificationResult.php#L147-L150 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/UniversalTransferDocumentBuyerTitleInfo.php | UniversalTransferDocumentBuyerTitleInfo.setEmployee | public function setEmployee(\AgentSIB\Diadoc\Api\Proto\Invoicing\Employee $value = null)
{
$this->Employee = $value;
} | php | public function setEmployee(\AgentSIB\Diadoc\Api\Proto\Invoicing\Employee $value = null)
{
$this->Employee = $value;
} | [
"public",
"function",
"setEmployee",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Employee",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Employee",
"=",
"$",
"value",
";",
"}"
] | Set 'Employee' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Employee $value | [
"Set",
"Employee",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/UniversalTransferDocumentBuyerTitleInfo.php#L266-L269 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/UniversalTransferDocumentBuyerTitleInfo.php | UniversalTransferDocumentBuyerTitleInfo.setOtherIssuer | public function setOtherIssuer(\AgentSIB\Diadoc\Api\Proto\Invoicing\OtherIssuer $value = null)
{
$this->OtherIssuer = $value;
} | php | public function setOtherIssuer(\AgentSIB\Diadoc\Api\Proto\Invoicing\OtherIssuer $value = null)
{
$this->OtherIssuer = $value;
} | [
"public",
"function",
"setOtherIssuer",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"OtherIssuer",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"OtherIssuer",
"=",
"$",
"value",
";",
"}"
] | Set 'OtherIssuer' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\OtherIssuer $value | [
"Set",
"OtherIssuer",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/UniversalTransferDocumentBuyerTitleInfo.php#L296-L299 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/UniversalTransferDocumentBuyerTitleInfo.php | UniversalTransferDocumentBuyerTitleInfo.setAdditionalInfoId | public function setAdditionalInfoId(\AgentSIB\Diadoc\Api\Proto\Invoicing\AdditionalInfoId $value = null)
{
$this->AdditionalInfoId = $value;
} | php | public function setAdditionalInfoId(\AgentSIB\Diadoc\Api\Proto\Invoicing\AdditionalInfoId $value = null)
{
$this->AdditionalInfoId = $value;
} | [
"public",
"function",
"setAdditionalInfoId",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"AdditionalInfoId",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"AdditionalInfoId",
"=",
"$",
"value",
";",
... | Set 'AdditionalInfoId' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\AdditionalInfoId $value | [
"Set",
"AdditionalInfoId",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/UniversalTransferDocumentBuyerTitleInfo.php#L326-L329 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/UniversalTransferDocumentBuyerTitleInfo.php | UniversalTransferDocumentBuyerTitleInfo.addSigners | public function addSigners(\AgentSIB\Diadoc\Api\Proto\Invoicing\Signers\ExtendedSigner $value)
{
if ($this->Signers === null) {
$this->Signers = new \Protobuf\MessageCollection();
}
$this->Signers->add($value);
} | php | public function addSigners(\AgentSIB\Diadoc\Api\Proto\Invoicing\Signers\ExtendedSigner $value)
{
if ($this->Signers === null) {
$this->Signers = new \Protobuf\MessageCollection();
}
$this->Signers->add($value);
} | [
"public",
"function",
"addSigners",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Signers",
"\\",
"ExtendedSigner",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Signers",
"===",
"null",
")",
"{",
... | Add a new element to 'Signers'
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Signers\ExtendedSigner $value | [
"Add",
"a",
"new",
"element",
"to",
"Signers"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/UniversalTransferDocumentBuyerTitleInfo.php#L366-L373 | train |
agentsib/diadoc-php | src/Api/Proto/Documents/InvoiceDocument/InvoiceMetadata.php | InvoiceMetadata.setInvoiceStatus | public function setInvoiceStatus(\AgentSIB\Diadoc\Api\Proto\Documents\InvoiceDocument\InvoiceStatus $value = null)
{
$this->InvoiceStatus = $value;
} | php | public function setInvoiceStatus(\AgentSIB\Diadoc\Api\Proto\Documents\InvoiceDocument\InvoiceStatus $value = null)
{
$this->InvoiceStatus = $value;
} | [
"public",
"function",
"setInvoiceStatus",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"InvoiceDocument",
"\\",
"InvoiceStatus",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"InvoiceStatus",
"=",
"$",... | Set 'InvoiceStatus' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\InvoiceDocument\InvoiceStatus $value | [
"Set",
"InvoiceStatus",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/InvoiceDocument/InvoiceMetadata.php#L105-L108 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/InboundInvoiceDocflow.php | InboundInvoiceDocflow.setCorrectionRequestDocflow | public function setCorrectionRequestDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\InvoiceCorrectionRequestDocflow $value = null)
{
$this->CorrectionRequestDocflow = $value;
} | php | public function setCorrectionRequestDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\InvoiceCorrectionRequestDocflow $value = null)
{
$this->CorrectionRequestDocflow = $value;
} | [
"public",
"function",
"setCorrectionRequestDocflow",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"InvoiceCorrectionRequestDocflow",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"CorrectionRequestDocflow",
"=... | Set 'CorrectionRequestDocflow' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\InvoiceCorrectionRequestDocflow $value | [
"Set",
"CorrectionRequestDocflow",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/InboundInvoiceDocflow.php#L198-L201 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/InboundInvoiceDocflow.php | InboundInvoiceDocflow.setConfirmationTimestamp | public function setConfirmationTimestamp(\AgentSIB\Diadoc\Api\Proto\Timestamp $value = null)
{
$this->ConfirmationTimestamp = $value;
} | php | public function setConfirmationTimestamp(\AgentSIB\Diadoc\Api\Proto\Timestamp $value = null)
{
$this->ConfirmationTimestamp = $value;
} | [
"public",
"function",
"setConfirmationTimestamp",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Timestamp",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"ConfirmationTimestamp",
"=",
"$",
"value",
";",
"}"
] | Set 'ConfirmationTimestamp' value
@param \AgentSIB\Diadoc\Api\Proto\Timestamp $value | [
"Set",
"ConfirmationTimestamp",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/InboundInvoiceDocflow.php#L228-L231 | train |
agentsib/diadoc-php | src/Api/Proto/Events/EncryptedInvoiceMetadata.php | EncryptedInvoiceMetadata.setRevisionDateAndNumber | public function setRevisionDateAndNumber(\AgentSIB\Diadoc\Api\Proto\Docflow\DocumentDateAndNumber $value = null)
{
$this->RevisionDateAndNumber = $value;
} | php | public function setRevisionDateAndNumber(\AgentSIB\Diadoc\Api\Proto\Docflow\DocumentDateAndNumber $value = null)
{
$this->RevisionDateAndNumber = $value;
} | [
"public",
"function",
"setRevisionDateAndNumber",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"DocumentDateAndNumber",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"RevisionDateAndNumber",
"=",
"$",
"val... | Set 'RevisionDateAndNumber' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\DocumentDateAndNumber $value | [
"Set",
"RevisionDateAndNumber",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/EncryptedInvoiceMetadata.php#L59-L62 | train |
agentsib/diadoc-php | src/Api/Proto/Documents/InvoiceDocument/InvoiceCorrectionRevisionMetadata.php | InvoiceCorrectionRevisionMetadata.setInvoiceCorrectionRevisionStatus | public function setInvoiceCorrectionRevisionStatus(\AgentSIB\Diadoc\Api\Proto\Documents\InvoiceDocument\InvoiceStatus $value = null)
{
$this->InvoiceCorrectionRevisionStatus = $value;
} | php | public function setInvoiceCorrectionRevisionStatus(\AgentSIB\Diadoc\Api\Proto\Documents\InvoiceDocument\InvoiceStatus $value = null)
{
$this->InvoiceCorrectionRevisionStatus = $value;
} | [
"public",
"function",
"setInvoiceCorrectionRevisionStatus",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Documents",
"\\",
"InvoiceDocument",
"\\",
"InvoiceStatus",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"InvoiceCorr... | Set 'InvoiceCorrectionRevisionStatus' value
@param \AgentSIB\Diadoc\Api\Proto\Documents\InvoiceDocument\InvoiceStatus $value | [
"Set",
"InvoiceCorrectionRevisionStatus",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/InvoiceDocument/InvoiceCorrectionRevisionMetadata.php#L161-L164 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/UniversalTransferDocumentSellerTitleInfo.php | UniversalTransferDocumentSellerTitleInfo.setFunction | public function setFunction(\AgentSIB\Diadoc\Api\Proto\Invoicing\FunctionType $value)
{
$this->Function = $value;
} | php | public function setFunction(\AgentSIB\Diadoc\Api\Proto\Invoicing\FunctionType $value)
{
$this->Function = $value;
} | [
"public",
"function",
"setFunction",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"FunctionType",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"Function",
"=",
"$",
"value",
";",
"}"
] | Set 'Function' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\FunctionType $value | [
"Set",
"Function",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/UniversalTransferDocumentSellerTitleInfo.php#L193-L196 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/UniversalTransferDocumentSellerTitleInfo.php | UniversalTransferDocumentSellerTitleInfo.setShipper | public function setShipper(\AgentSIB\Diadoc\Api\Proto\Invoicing\Shipper $value = null)
{
$this->Shipper = $value;
} | php | public function setShipper(\AgentSIB\Diadoc\Api\Proto\Invoicing\Shipper $value = null)
{
$this->Shipper = $value;
} | [
"public",
"function",
"setShipper",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Shipper",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Shipper",
"=",
"$",
"value",
";",
"}"
] | Set 'Shipper' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Shipper $value | [
"Set",
"Shipper",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/UniversalTransferDocumentSellerTitleInfo.php#L373-L376 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/UniversalTransferDocumentSellerTitleInfo.php | UniversalTransferDocumentSellerTitleInfo.setInvoiceTable | public function setInvoiceTable(\AgentSIB\Diadoc\Api\Proto\Invoicing\InvoiceTable $value = null)
{
$this->InvoiceTable = $value;
} | php | public function setInvoiceTable(\AgentSIB\Diadoc\Api\Proto\Invoicing\InvoiceTable $value = null)
{
$this->InvoiceTable = $value;
} | [
"public",
"function",
"setInvoiceTable",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"InvoiceTable",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"InvoiceTable",
"=",
"$",
"value",
";",
"}"
] | Set 'InvoiceTable' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\InvoiceTable $value | [
"Set",
"InvoiceTable",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/UniversalTransferDocumentSellerTitleInfo.php#L521-L524 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/UniversalTransferDocumentSellerTitleInfo.php | UniversalTransferDocumentSellerTitleInfo.setTransferInfo | public function setTransferInfo(\AgentSIB\Diadoc\Api\Proto\Invoicing\TransferInfo $value = null)
{
$this->TransferInfo = $value;
} | php | public function setTransferInfo(\AgentSIB\Diadoc\Api\Proto\Invoicing\TransferInfo $value = null)
{
$this->TransferInfo = $value;
} | [
"public",
"function",
"setTransferInfo",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"TransferInfo",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"TransferInfo",
"=",
"$",
"value",
";",
"}"
] | Set 'TransferInfo' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\TransferInfo $value | [
"Set",
"TransferInfo",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/UniversalTransferDocumentSellerTitleInfo.php#L701-L704 | train |
agentsib/diadoc-php | src/Api/Proto/Events/PrepareDocumentsToSignResponse.php | PrepareDocumentsToSignResponse.addDocumentPatchedContents | public function addDocumentPatchedContents(\AgentSIB\Diadoc\Api\Proto\Events\DocumentPatchedContent $value)
{
if ($this->DocumentPatchedContents === null) {
$this->DocumentPatchedContents = new \Protobuf\MessageCollection();
}
$this->DocumentPatchedContents->add($value);
} | php | public function addDocumentPatchedContents(\AgentSIB\Diadoc\Api\Proto\Events\DocumentPatchedContent $value)
{
if ($this->DocumentPatchedContents === null) {
$this->DocumentPatchedContents = new \Protobuf\MessageCollection();
}
$this->DocumentPatchedContents->add($value);
} | [
"public",
"function",
"addDocumentPatchedContents",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"DocumentPatchedContent",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"DocumentPatchedContents",
"===",
"null",... | Add a new element to 'DocumentPatchedContents'
@param \AgentSIB\Diadoc\Api\Proto\Events\DocumentPatchedContent $value | [
"Add",
"a",
"new",
"element",
"to",
"DocumentPatchedContents"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/PrepareDocumentsToSignResponse.php#L70-L77 | train |
agentsib/diadoc-php | src/Api/Proto/Content_v2.php | Content_v2.setDocumentId | public function setDocumentId(\AgentSIB\Diadoc\Api\Proto\DocumentIdEx $value = null)
{
$this->DocumentId = $value;
} | php | public function setDocumentId(\AgentSIB\Diadoc\Api\Proto\DocumentIdEx $value = null)
{
$this->DocumentId = $value;
} | [
"public",
"function",
"setDocumentId",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"DocumentIdEx",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"DocumentId",
"=",
"$",
"value",
";",
"}"
] | Set 'DocumentId' value
@param \AgentSIB\Diadoc\Api\Proto\DocumentIdEx $value | [
"Set",
"DocumentId",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Content_v2.php#L174-L177 | train |
agentsib/diadoc-php | src/Api/Proto/Events/BoxEvent.php | BoxEvent.setMessage | public function setMessage(\AgentSIB\Diadoc\Api\Proto\Events\Message $value = null)
{
$this->Message = $value;
} | php | public function setMessage(\AgentSIB\Diadoc\Api\Proto\Events\Message $value = null)
{
$this->Message = $value;
} | [
"public",
"function",
"setMessage",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"Message",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Message",
"=",
"$",
"value",
";",
"}"
] | Set 'Message' value
@param \AgentSIB\Diadoc\Api\Proto\Events\Message $value | [
"Set",
"Message",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/BoxEvent.php#L103-L106 | train |
agentsib/diadoc-php | src/Api/Proto/Events/BoxEvent.php | BoxEvent.setPatch | public function setPatch(\AgentSIB\Diadoc\Api\Proto\Events\MessagePatch $value = null)
{
$this->Patch = $value;
} | php | public function setPatch(\AgentSIB\Diadoc\Api\Proto\Events\MessagePatch $value = null)
{
$this->Patch = $value;
} | [
"public",
"function",
"setPatch",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"MessagePatch",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Patch",
"=",
"$",
"value",
";",
"}"
] | Set 'Patch' value
@param \AgentSIB\Diadoc\Api\Proto\Events\MessagePatch $value | [
"Set",
"Patch",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/BoxEvent.php#L133-L136 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/Signers/ExtendedSignerDetails.php | ExtendedSignerDetails.setSignerType | public function setSignerType(\AgentSIB\Diadoc\Api\Proto\Invoicing\Signers\SignerType $value)
{
$this->SignerType = $value;
} | php | public function setSignerType(\AgentSIB\Diadoc\Api\Proto\Invoicing\Signers\SignerType $value)
{
$this->SignerType = $value;
} | [
"public",
"function",
"setSignerType",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Signers",
"\\",
"SignerType",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"SignerType",
"=",
"$",
"value",
";",
"}"
] | Set 'SignerType' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Signers\SignerType $value | [
"Set",
"SignerType",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Signers/ExtendedSignerDetails.php#L334-L337 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/Signers/ExtendedSignerDetails.php | ExtendedSignerDetails.setSignerPowers | public function setSignerPowers(\AgentSIB\Diadoc\Api\Proto\Invoicing\Signers\SignerPowers $value)
{
$this->SignerPowers = $value;
} | php | public function setSignerPowers(\AgentSIB\Diadoc\Api\Proto\Invoicing\Signers\SignerPowers $value)
{
$this->SignerPowers = $value;
} | [
"public",
"function",
"setSignerPowers",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Signers",
"\\",
"SignerPowers",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"SignerPowers",
"=",
"$",
"value",
";",
"}"
] | Set 'SignerPowers' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Signers\SignerPowers $value | [
"Set",
"SignerPowers",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Signers/ExtendedSignerDetails.php#L424-L427 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/Signers/ExtendedSignerDetails.php | ExtendedSignerDetails.setSignerStatus | public function setSignerStatus(\AgentSIB\Diadoc\Api\Proto\Invoicing\Signers\SignerStatus $value)
{
$this->SignerStatus = $value;
} | php | public function setSignerStatus(\AgentSIB\Diadoc\Api\Proto\Invoicing\Signers\SignerStatus $value)
{
$this->SignerStatus = $value;
} | [
"public",
"function",
"setSignerStatus",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Signers",
"\\",
"SignerStatus",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"SignerStatus",
"=",
"$",
"value",
";",
"}"
] | Set 'SignerStatus' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Signers\SignerStatus $value | [
"Set",
"SignerStatus",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/Signers/ExtendedSignerDetails.php#L454-L457 | train |
agentsib/diadoc-php | src/Api/Proto/Documents/DocumentsMoveOperation.php | DocumentsMoveOperation.addDocumentIds | public function addDocumentIds(\AgentSIB\Diadoc\Api\Proto\DocumentId $value)
{
if ($this->DocumentIds === null) {
$this->DocumentIds = new \Protobuf\MessageCollection();
}
$this->DocumentIds->add($value);
} | php | public function addDocumentIds(\AgentSIB\Diadoc\Api\Proto\DocumentId $value)
{
if ($this->DocumentIds === null) {
$this->DocumentIds = new \Protobuf\MessageCollection();
}
$this->DocumentIds->add($value);
} | [
"public",
"function",
"addDocumentIds",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"DocumentId",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"DocumentIds",
"===",
"null",
")",
"{",
"$",
"this",
"->",
"DocumentIds",... | Add a new element to 'DocumentIds'
@param \AgentSIB\Diadoc\Api\Proto\DocumentId $value | [
"Add",
"a",
"new",
"element",
"to",
"DocumentIds"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/DocumentsMoveOperation.php#L143-L150 | train |
agentsib/diadoc-php | src/Api/Proto/Forwarding/ForwardedDocumentEvent.php | ForwardedDocumentEvent.setForwardedDocument | public function setForwardedDocument(\AgentSIB\Diadoc\Api\Proto\Forwarding\ForwardedDocument $value = null)
{
$this->ForwardedDocument = $value;
} | php | public function setForwardedDocument(\AgentSIB\Diadoc\Api\Proto\Forwarding\ForwardedDocument $value = null)
{
$this->ForwardedDocument = $value;
} | [
"public",
"function",
"setForwardedDocument",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Forwarding",
"\\",
"ForwardedDocument",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"ForwardedDocument",
"=",
"$",
"value",
";... | Set 'ForwardedDocument' value
@param \AgentSIB\Diadoc\Api\Proto\Forwarding\ForwardedDocument $value | [
"Set",
"ForwardedDocument",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Forwarding/ForwardedDocumentEvent.php#L174-L177 | train |
agentsib/diadoc-php | src/Api/Proto/Forwarding/GetForwardedDocumentsRequest.php | GetForwardedDocumentsRequest.addForwardedDocumentIds | public function addForwardedDocumentIds(\AgentSIB\Diadoc\Api\Proto\Forwarding\ForwardedDocumentId $value)
{
if ($this->ForwardedDocumentIds === null) {
$this->ForwardedDocumentIds = new \Protobuf\MessageCollection();
}
$this->ForwardedDocumentIds->add($value);
} | php | public function addForwardedDocumentIds(\AgentSIB\Diadoc\Api\Proto\Forwarding\ForwardedDocumentId $value)
{
if ($this->ForwardedDocumentIds === null) {
$this->ForwardedDocumentIds = new \Protobuf\MessageCollection();
}
$this->ForwardedDocumentIds->add($value);
} | [
"public",
"function",
"addForwardedDocumentIds",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Forwarding",
"\\",
"ForwardedDocumentId",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"ForwardedDocumentIds",
"===",
"null",
")... | Add a new element to 'ForwardedDocumentIds'
@param \AgentSIB\Diadoc\Api\Proto\Forwarding\ForwardedDocumentId $value | [
"Add",
"a",
"new",
"element",
"to",
"ForwardedDocumentIds"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Forwarding/GetForwardedDocumentsRequest.php#L87-L94 | train |
agentsib/diadoc-php | src/Api/Proto/Events/ResolutionAttachment.php | ResolutionAttachment.setResolutionType | public function setResolutionType(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionType $value)
{
$this->ResolutionType = $value;
} | php | public function setResolutionType(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionType $value)
{
$this->ResolutionType = $value;
} | [
"public",
"function",
"setResolutionType",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ResolutionType",
"$",
"value",
")",
"{",
"$",
"this",
"->",
"ResolutionType",
"=",
"$",
"value",
";",
"}"
] | Set 'ResolutionType' value
@param \AgentSIB\Diadoc\Api\Proto\Events\ResolutionType $value | [
"Set",
"ResolutionType",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/ResolutionAttachment.php#L103-L106 | train |
agentsib/diadoc-php | src/Api/Proto/Documents/ResolutionStatus.php | ResolutionStatus.setTarget | public function setTarget(\AgentSIB\Diadoc\Api\Proto\ResolutionTarget $value = null)
{
$this->Target = $value;
} | php | public function setTarget(\AgentSIB\Diadoc\Api\Proto\ResolutionTarget $value = null)
{
$this->Target = $value;
} | [
"public",
"function",
"setTarget",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"ResolutionTarget",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Target",
"=",
"$",
"value",
";",
"}"
] | Set 'Target' value
@param \AgentSIB\Diadoc\Api\Proto\ResolutionTarget $value | [
"Set",
"Target",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Documents/ResolutionStatus.php#L120-L123 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/TransferInfo.php | TransferInfo.addTransferBase | public function addTransferBase(\AgentSIB\Diadoc\Api\Proto\Invoicing\TransferBase $value)
{
if ($this->TransferBase === null) {
$this->TransferBase = new \Protobuf\MessageCollection();
}
$this->TransferBase->add($value);
} | php | public function addTransferBase(\AgentSIB\Diadoc\Api\Proto\Invoicing\TransferBase $value)
{
if ($this->TransferBase === null) {
$this->TransferBase = new \Protobuf\MessageCollection();
}
$this->TransferBase->add($value);
} | [
"public",
"function",
"addTransferBase",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"TransferBase",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"TransferBase",
"===",
"null",
")",
"{",
"$",
"this... | Add a new element to 'TransferBase'
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\TransferBase $value | [
"Add",
"a",
"new",
"element",
"to",
"TransferBase"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/TransferInfo.php#L236-L243 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/TransferInfo.php | TransferInfo.addWaybill | public function addWaybill(\AgentSIB\Diadoc\Api\Proto\Invoicing\Waybill $value)
{
if ($this->Waybill === null) {
$this->Waybill = new \Protobuf\MessageCollection();
}
$this->Waybill->add($value);
} | php | public function addWaybill(\AgentSIB\Diadoc\Api\Proto\Invoicing\Waybill $value)
{
if ($this->Waybill === null) {
$this->Waybill = new \Protobuf\MessageCollection();
}
$this->Waybill->add($value);
} | [
"public",
"function",
"addWaybill",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Waybill",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Waybill",
"===",
"null",
")",
"{",
"$",
"this",
"->",
"W... | Add a new element to 'Waybill'
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Waybill $value | [
"Add",
"a",
"new",
"element",
"to",
"Waybill"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/TransferInfo.php#L310-L317 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/TransferInfo.php | TransferInfo.setCarrier | public function setCarrier(\AgentSIB\Diadoc\Api\Proto\Invoicing\Organizations\ExtendedOrganizationInfo $value = null)
{
$this->Carrier = $value;
} | php | public function setCarrier(\AgentSIB\Diadoc\Api\Proto\Invoicing\Organizations\ExtendedOrganizationInfo $value = null)
{
$this->Carrier = $value;
} | [
"public",
"function",
"setCarrier",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"Organizations",
"\\",
"ExtendedOrganizationInfo",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"Carrier",
"=",
"$",
... | Set 'Carrier' value
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\Organizations\ExtendedOrganizationInfo $value | [
"Set",
"Carrier",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/TransferInfo.php#L344-L347 | train |
agentsib/diadoc-php | src/Api/Proto/Events/ResolutionRequestInfo.php | ResolutionRequestInfo.setRequestType | public function setRequestType(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestType $value = null)
{
$this->RequestType = $value;
} | php | public function setRequestType(\AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestType $value = null)
{
$this->RequestType = $value;
} | [
"public",
"function",
"setRequestType",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Events",
"\\",
"ResolutionRequestType",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"RequestType",
"=",
"$",
"value",
";",
"}"
] | Set 'RequestType' value
@param \AgentSIB\Diadoc\Api\Proto\Events\ResolutionRequestType $value | [
"Set",
"RequestType",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/ResolutionRequestInfo.php#L90-L93 | train |
agentsib/diadoc-php | src/Api/Proto/Forwarding/ForwardedDocument.php | ForwardedDocument.setDocumentWithDocflow | public function setDocumentWithDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\DocumentWithDocflow $value = null)
{
$this->DocumentWithDocflow = $value;
} | php | public function setDocumentWithDocflow(\AgentSIB\Diadoc\Api\Proto\Docflow\DocumentWithDocflow $value = null)
{
$this->DocumentWithDocflow = $value;
} | [
"public",
"function",
"setDocumentWithDocflow",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"DocumentWithDocflow",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"DocumentWithDocflow",
"=",
"$",
"value",
... | Set 'DocumentWithDocflow' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\DocumentWithDocflow $value | [
"Set",
"DocumentWithDocflow",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Forwarding/ForwardedDocument.php#L133-L136 | train |
agentsib/diadoc-php | src/Api/Proto/Invoicing/AcceptanceCertificateSellerTitleInfo.php | AcceptanceCertificateSellerTitleInfo.addWorks | public function addWorks(\AgentSIB\Diadoc\Api\Proto\Invoicing\WorkDescription $value)
{
if ($this->Works === null) {
$this->Works = new \Protobuf\MessageCollection();
}
$this->Works->add($value);
} | php | public function addWorks(\AgentSIB\Diadoc\Api\Proto\Invoicing\WorkDescription $value)
{
if ($this->Works === null) {
$this->Works = new \Protobuf\MessageCollection();
}
$this->Works->add($value);
} | [
"public",
"function",
"addWorks",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Invoicing",
"\\",
"WorkDescription",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"Works",
"===",
"null",
")",
"{",
"$",
"this",
"->",
... | Add a new element to 'Works'
@param \AgentSIB\Diadoc\Api\Proto\Invoicing\WorkDescription $value | [
"Add",
"a",
"new",
"element",
"to",
"Works"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Invoicing/AcceptanceCertificateSellerTitleInfo.php#L276-L283 | train |
agentsib/diadoc-php | src/Api/Proto/Events/EditDocumentPacketCommand.php | EditDocumentPacketCommand.addAddDocumentsToPacket | public function addAddDocumentsToPacket(\AgentSIB\Diadoc\Api\Proto\DocumentId $value)
{
if ($this->AddDocumentsToPacket === null) {
$this->AddDocumentsToPacket = new \Protobuf\MessageCollection();
}
$this->AddDocumentsToPacket->add($value);
} | php | public function addAddDocumentsToPacket(\AgentSIB\Diadoc\Api\Proto\DocumentId $value)
{
if ($this->AddDocumentsToPacket === null) {
$this->AddDocumentsToPacket = new \Protobuf\MessageCollection();
}
$this->AddDocumentsToPacket->add($value);
} | [
"public",
"function",
"addAddDocumentsToPacket",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"DocumentId",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"AddDocumentsToPacket",
"===",
"null",
")",
"{",
"$",
"this",
"->"... | Add a new element to 'AddDocumentsToPacket'
@param \AgentSIB\Diadoc\Api\Proto\DocumentId $value | [
"Add",
"a",
"new",
"element",
"to",
"AddDocumentsToPacket"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/EditDocumentPacketCommand.php#L113-L120 | train |
agentsib/diadoc-php | src/Api/Proto/Events/EditDocumentPacketCommand.php | EditDocumentPacketCommand.addRemoveDocumentsFromPacket | public function addRemoveDocumentsFromPacket(\AgentSIB\Diadoc\Api\Proto\DocumentId $value)
{
if ($this->RemoveDocumentsFromPacket === null) {
$this->RemoveDocumentsFromPacket = new \Protobuf\MessageCollection();
}
$this->RemoveDocumentsFromPacket->add($value);
} | php | public function addRemoveDocumentsFromPacket(\AgentSIB\Diadoc\Api\Proto\DocumentId $value)
{
if ($this->RemoveDocumentsFromPacket === null) {
$this->RemoveDocumentsFromPacket = new \Protobuf\MessageCollection();
}
$this->RemoveDocumentsFromPacket->add($value);
} | [
"public",
"function",
"addRemoveDocumentsFromPacket",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"DocumentId",
"$",
"value",
")",
"{",
"if",
"(",
"$",
"this",
"->",
"RemoveDocumentsFromPacket",
"===",
"null",
")",
"{",
"$",
"thi... | Add a new element to 'RemoveDocumentsFromPacket'
@param \AgentSIB\Diadoc\Api\Proto\DocumentId $value | [
"Add",
"a",
"new",
"element",
"to",
"RemoveDocumentsFromPacket"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Events/EditDocumentPacketCommand.php#L157-L164 | train |
agentsib/diadoc-php | src/Api/Proto/Docflow/RevocationDocflow.php | RevocationDocflow.setRevocationRequestAttachment | public function setRevocationRequestAttachment(\AgentSIB\Diadoc\Api\Proto\Docflow\SignedAttachment $value = null)
{
$this->RevocationRequestAttachment = $value;
} | php | public function setRevocationRequestAttachment(\AgentSIB\Diadoc\Api\Proto\Docflow\SignedAttachment $value = null)
{
$this->RevocationRequestAttachment = $value;
} | [
"public",
"function",
"setRevocationRequestAttachment",
"(",
"\\",
"AgentSIB",
"\\",
"Diadoc",
"\\",
"Api",
"\\",
"Proto",
"\\",
"Docflow",
"\\",
"SignedAttachment",
"$",
"value",
"=",
"null",
")",
"{",
"$",
"this",
"->",
"RevocationRequestAttachment",
"=",
"$",... | Set 'RevocationRequestAttachment' value
@param \AgentSIB\Diadoc\Api\Proto\Docflow\SignedAttachment $value | [
"Set",
"RevocationRequestAttachment",
"value"
] | 0dbfe63397a1f3083c4815ad7033bcb986904979 | https://github.com/agentsib/diadoc-php/blob/0dbfe63397a1f3083c4815ad7033bcb986904979/src/Api/Proto/Docflow/RevocationDocflow.php#L131-L134 | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.