summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cbc7054)
raw | patch | inline | side by side (parent: cbc7054)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Sat, 3 Nov 2007 13:43:45 +0000 (13:43 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Sat, 3 Nov 2007 13:43:45 +0000 (13:43 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-playground@7725 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_ObjectListViewport.inc | patch | blob | history |
index 09cdc47f852e714cacfc4e82248e3b1d30e2be9f..da9b985084f882b25c048ac7fdce62874a24887e 100644 (file)
*/
private $objects;
+ /*!
+ \brief Switch to handle multiselect or not
+ */
+ private $multiselect;
+
/*! \brief ObjectListViewport constructor
\param config Config section that is used to configure this ObjectListViewport
*/
- public function __construct($config){
+ public function __construct($config, $multiselect= TRUE){
+ $this->multiselect= $multiselect;
/* Dummy here */
$cr= Registry::getInstance("ConfigManager");
$cr->setSection($config);