public function ImceFolder::__construct in IMCE 8
Same name and namespace in other branches
- 8.2 src/ImceFolder.php \Drupal\imce\ImceFolder::__construct()
Constructs the folder.
Parameters
string $name: Folder name.
array $conf: Folder configuration.
Overrides ImceItem::__construct
File
- src/
ImceFolder.php, line 58
Class
- ImceFolder
- Imce Folder.
Namespace
Drupal\imceCode
public function __construct($name, array $conf = NULL) {
parent::__construct($name);
$this
->setConf($conf);
}