2077. Class

2077.1. Zend\Config\Writer\Ini

2077.1.1. Methods

2077.1.1.1. setNestSeparator

setNestSeparator()

Set nest separator.

Parameters:string
Return type:self

2077.1.1.2. getNestSeparator

getNestSeparator()

Get nest separator.

Return type:string

2077.1.1.3. setRenderWithoutSectionsFlags

setRenderWithoutSectionsFlags()

Set if rendering should occur without sections or not.

If set to true, the INI file is rendered without sections completely into the global namespace of the INI file.

Parameters:bool
Return type:Ini

2077.1.1.4. shouldRenderWithoutSections

shouldRenderWithoutSections()

Return whether the writer should render without sections.

Return type:bool

2077.1.1.5. processConfig

processConfig()

processConfig(): defined by AbstractWriter.

Parameters:array
Return type:string

2077.1.1.6. addBranch

addBranch()

Add a branch to an INI string recursively.

Parameters:
  • array
  • array
Return type:

string

2077.1.1.7. prepareValue

prepareValue()

Prepare a value for INI.

Parameters:mixed
Return type:string
Throws :ExceptionRuntimeException

2077.1.1.8. sortRootElements

sortRootElements()

Root elements that are not assigned to any section needs to be on the top of config.

Parameters:array
Return type:array