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( $content) : mixed
Parameters
$content :

addApprover()

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

addReviewer()

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

getApprovers()

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

getReviewers()

public getReviewers( $type) : array<string|int, mixed>|bool|null
Parameters
$type :
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( $status) : bool
Parameters
$status :
Return values
bool
Loading…
On this page

Search results