![]() |
CMS
Version 3.9
|
This class maps the publication table. More...
Public Member Functions | |
Topics ($constraint="") | |
Comments ($constraint="") | |
Image () | |
Owner () | |
isOwner () | |
fileshareAllowEdit () | |
fileshareAllowDelete () | |
DocumentLibrary () | |
Document () | |
search ($params, $range=null) | |
DataItems must implement this method to provide search functionality. More... | |
Public Attributes | |
$fields | |
$relations | |
$fieldAliases | |
This class maps the publication table.
Definition at line 42 of file document.inc.
Document::Comments | ( | $constraint = "" | ) |
Definition at line 80 of file document.inc.
Document::Document | ( | ) |
Definition at line 140 of file document.inc.
Document::DocumentLibrary | ( | ) |
Definition at line 135 of file document.inc.
Document::fileshareAllowDelete | ( | ) |
Definition at line 124 of file document.inc.
Document::fileshareAllowEdit | ( | ) |
Definition at line 109 of file document.inc.
Document::Image | ( | ) |
Definition at line 85 of file document.inc.
Document::isOwner | ( | ) |
Definition at line 96 of file document.inc.
Document::Owner | ( | ) |
Definition at line 90 of file document.inc.
Document::search | ( | $params, | |
$range = null |
|||
) |
DataItems must implement this method to provide search functionality.
mixed | $params | either search text or a SearchParameters object |
array | $range | an array of primary key IDs to which the search must be constrained |
Implements Searchable.
Definition at line 154 of file document.inc.
Document::Topics | ( | $constraint = "" | ) |
Definition at line 75 of file document.inc.
Document::$fieldAliases |
Definition at line 72 of file document.inc.
Document::$fields |
Definition at line 46 of file document.inc.
Document::$relations |
Definition at line 65 of file document.inc.