IMP_Compose_Ui
in package
Common UI code shared among IMP's compose pages.
Tags
Table of Contents
Methods
- encryptList() : mixed
- Return a list of valid encrypt HTML option tags.
Methods
encryptList()
Return a list of valid encrypt HTML option tags.
public
encryptList([string $default = null ][, bool $returnList = false ]) : mixed
Parameters
- $default : string = null
-
The default encrypt option.
- $returnList : bool = false
-
Whether to return a hash with options instead of the options tag.
Return values
mixed —The list of option tags. This is empty if no encryption is available.