✏️ 正在编辑: Document.php
路径:
/srv/systems_dir/yuppiecred/vendor/marciodojr/autentique/src/Resource/Constants/Document.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * @author Márcio Dias <marciojr91@gmail.com> * @license https://github.com/marciodojr/autentique/blob/master/LICENSE (MIT License) */ namespace Mdojr\Autentique\Resource\Constants; /** * Constant class for Document reasons. */ class Document { /** * @var string document reason */ const FUNCAO_ASSINAR = 'assinar'; /** * @var string document reason */ const FUNCAO_ASSINAR_TESTEMUNHA = 'assinar_testemunha'; /** * @var string document reason */ const FUNCAO_ACUSAR_RECEBIMENTO = 'acusar_recebimento'; /** * @var string document reason */ const FUNCAO_RECONHECER = 'reconhecer'; /** * @var string document reason */ const FUNCAO_APROVAR = 'aprovar'; /** * @var string document reason */ const FREQUENCIA_SEMANAL = 'semanal'; /** * @var string document reason */ const FREQUENCIA_DIARIA = 'diario'; /** * @var string QR Code */ const QRCODE_BOTTOM = 'B'; /** * @var string QR Code */ const QRCODE_LEFT = 'L'; /** * @var string QR Code */ const QRCODE_RIGHT = 'R'; }
💾 保存文件
← 返回文件管理器