This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
3
* @see https://github.com/zendframework/zend-config for the canonical source repository
4
- * @copyright Copyright (c) 2005-2017 Zend Technologies USA Inc. (http://www.zend.com)
4
+ * @copyright Copyright (c) 2005-2019 Zend Technologies USA Inc. (http://www.zend.com)
5
5
* @license https://github.com/zendframework/zend-config/blob/master/LICENSE.md New BSD License
6
6
*/
7
7
@@ -59,8 +59,11 @@ public function getNestSeparator()
59
59
}
60
60
61
61
/**
62
- * Sets process sections
62
+ * Marks whether sections should be processed.
63
+ * When sections are not processed,section names are stripped and section
64
+ * values are merged
63
65
*
66
+ * @see https://www.php.net/parse_ini_file
64
67
* @param bool $processSections
65
68
* @return $this
66
69
*/
@@ -71,8 +74,11 @@ public function setProcessSections($processSections)
71
74
}
72
75
73
76
/**
74
- * Get process sections
77
+ * Get if sections should be processed
78
+ * When sections are not processed,section names are stripped and section
79
+ * values are merged
75
80
*
81
+ * @see https://www.php.net/parse_ini_file
76
82
* @return bool
77
83
*/
78
84
public function getProcessSections ()
You can’t perform that action at this time.
0 commit comments