Documentation

SeedDMS_Core_AddContentResultSet
in package

Class to represent a list of document contents

Tags
category

DMS

author

Markus Westphal, Malcolm Cowe, Matteo Lucarelli, Uwe Steinmann uwe@steinmann.cx

copyright

Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe, 2010 Matteo Lucarelli, 2010-2024 Uwe Steinmann

version

Release: @package_version@

Table of Contents

Properties

$_content  : mixed
$_dms  : SeedDMS_Core_DMS
$_grpApprovers  : null
$_grpReviewers  : null
$_indApprovers  : null
$_indReviewers  : null
$_status  : null

Methods

__construct()  : mixed
SeedDMS_Core_AddContentResultSet constructor.
addApprover()  : bool
addReviewer()  : bool
getApprovers()  : array<string|int, mixed>|bool|null
getContent()  : mixed
getReviewers()  : array<string|int, mixed>|bool|null
getStatus()  : null
setDMS()  : mixed
Set dms this object belongs to.
setStatus()  : bool

Properties

Methods

__construct()

SeedDMS_Core_AddContentResultSet constructor.

public __construct(mixed $content) : mixed
Parameters
$content : mixed

addApprover()

public addApprover(mixed $approver, mixed $type, mixed $status) : bool
Parameters
$approver : mixed
$type : mixed
$status : mixed
Return values
bool

addReviewer()

public addReviewer(mixed $reviewer, mixed $type, mixed $status) : bool
Parameters
$reviewer : mixed
$type : mixed
$status : mixed
Return values
bool

getApprovers()

public getApprovers(mixed $type) : array<string|int, mixed>|bool|null
Parameters
$type : mixed
Return values
array<string|int, mixed>|bool|null

getReviewers()

public getReviewers(mixed $type) : array<string|int, mixed>|bool|null
Parameters
$type : mixed
Return values
array<string|int, mixed>|bool|null

setDMS()

Set dms this object belongs to.

public setDMS(SeedDMS_Core_DMS $dms) : mixed

Each object needs a reference to the dms it belongs to. It will be set when the object is created. The dms has a references to the currently logged in user and the database connection.

Parameters
$dms : SeedDMS_Core_DMS

reference to dms

setStatus()

public setStatus(mixed $status) : bool
Parameters
$status : mixed
Return values
bool

        
On this page

Search results