mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 16:36:59 +01:00
@@ -162,6 +162,8 @@ final class CustomFieldData extends BaseRepository implements CustomFieldDataRep
|
||||
* Returns all the items
|
||||
*
|
||||
* @return QueryResult<T>
|
||||
* @throws ConstraintException
|
||||
* @throws QueryException
|
||||
*/
|
||||
public function getAll(): QueryResult
|
||||
{
|
||||
@@ -177,6 +179,8 @@ final class CustomFieldData extends BaseRepository implements CustomFieldDataRep
|
||||
* Returns all the items that were encrypted
|
||||
*
|
||||
* @return QueryResult<T>
|
||||
* @throws ConstraintException
|
||||
* @throws QueryException
|
||||
*/
|
||||
public function getAllEncrypted(): QueryResult
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user