Atualizando abas documentos
This commit is contained in:
parent
04c08eef95
commit
62896a5b6f
1 changed files with 2 additions and 2 deletions
4
vendor/model/Documents.class.php
vendored
4
vendor/model/Documents.class.php
vendored
|
|
@ -107,7 +107,7 @@ class Documents
|
|||
}
|
||||
|
||||
/** Lista todos os egistros do banco com ou sem paginação*/
|
||||
public function All(? int $start, ? int $max, ? int $documentsCategorysId, ? string $tag, ? string $label, ? bolean $companyId)
|
||||
public function All(? int $start, ? int $max, ? int $documentsCategorysId, ? string $tag, ? string $label, ? boolean $companyId)
|
||||
{
|
||||
/** Parametros de entrada */
|
||||
$this->start = $start;
|
||||
|
|
@ -176,7 +176,7 @@ class Documents
|
|||
}
|
||||
|
||||
/** Conta a quantidades de registros */
|
||||
public function Count(? int $documentsCategorysId, ? string $tag, ? string $label, ? bolean $companyId)
|
||||
public function Count(? int $documentsCategorysId, ? string $tag, ? string $label, ? boolean $companyId)
|
||||
{
|
||||
/** Parametros de entraa */
|
||||
$this->documentsCategorysId = $documentsCategorysId;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue