Platform  3.1
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
Method.BatchDoc.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
5  * @package FDL
6 */
7 /**
8  * Method for batch freedom processes
9  *
10  * @author Anakeen 2005
11  * @version $Id: Method.BatchDoc.php,v 1.2 2005/09/21 16:02:21 eric Exp $
12  * @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
13  * @package FDL
14  * @subpackage
15  */
16 /**
17  */
18 function filterContent()
19 {
20 }
21 /**
22  * return document includes in portfolio an in each of its guide or searched inside portfolio
23  * @param bool $controlview if false all document are returned else only visible for current user document are return
24  * @param array $filter to add list sql filter for selected document
25  * @param int $famid family identificator to restrict search
26  * @param bool $insertguide if true merge each content of guide else same as a normal folder
27  * @return array array of document array
28  */
29 function getContent($controlview = true, $filter = array() , $famid = "", $insertguide = true)
30 {
31 
32  return parent::getContent($controlview, $filter, $famid, $insertguide);
33 }
34 ?>
← centre documentaire © anakeen - published under CC License - Dynacase