Core
3.2
PHP API documentation
Main Page
Related Pages
Namespaces
Data Structures
Files
Examples
File List
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
Class.BatchDocument.php
Go to the documentation of this file.
1
<?php
2
/*
3
* @author Anakeen
4
* @package FDL
5
*/
6
/**
7
* Method for batch freedom processes
8
*
9
*/
10
namespace
Dcp\Core;
11
class
BatchDocument
extends
\Dcp\Family\Portfolio
12
{
13
function
filterContent
()
14
{
15
}
16
/**
17
* return document includes in portfolio an in each of its guide or searched inside portfolio
18
* @param bool $controlview if false all document are returned else only visible for current user document are return
19
* @param array $filter to add list sql filter for selected document
20
* @param int $famid family identifier to restrict search
21
* @param bool $insertguide if true merge each content of guide else same as a normal folder
22
* @return array array of document array
23
*/
24
function
getContent
($controlview =
true
, array
$filter
= array() ,
$famid
=
""
, $insertguide =
true
, $unused =
""
)
25
{
26
27
return
parent::getContent($controlview,
$filter
,
$famid
, $insertguide);
28
}
29
}
Dcp\Core\BatchDocument\filterContent
filterContent()
Definition:
Class.BatchDocument.php:13
$filter
$filter
Definition:
refreshDocuments.php:66
Dcp\Core\BatchDocument
Definition:
Class.BatchDocument.php:11
Dcp\Core\BatchDocument\getContent
getContent($controlview=true, array $filter=array(), $famid="", $insertguide=true, $unused="")
Definition:
Class.BatchDocument.php:24
Dcp\Family\Portfolio
Definition:
stubCoreFamilies.php:66
$famid
$famid
Definition:
initViewPrivileges.php:29
← centre documentaire
© anakeen