700. Class

700.1. Zend\Filter\HtmlEntities

700.1.1. Methods

700.1.1.1. __construct

__construct()

Sets filter options

Parameters:array|Traversable

700.1.1.2. getQuoteStyle

getQuoteStyle()

Returns the quoteStyle option

Return type:integer

700.1.1.3. setQuoteStyle

setQuoteStyle()

Sets the quoteStyle option

Parameters:integer
Return type:HtmlEntities Provides a fluent interface

700.1.1.4. getEncoding

getEncoding()

Get encoding

Return type:string

700.1.1.5. setEncoding

setEncoding()

Set encoding

Parameters:string
Return type:HtmlEntities

700.1.1.6. getCharSet

getCharSet()

Returns the charSet option

Proxies to {@link getEncoding()}

Return type:string

700.1.1.7. setCharSet

setCharSet()

Sets the charSet option

Proxies to {@link setEncoding()}

Parameters:string
Return type:HtmlEntities Provides a fluent interface

700.1.1.8. getDoubleQuote

getDoubleQuote()

Returns the doubleQuote option

Return type:bool

700.1.1.9. setDoubleQuote

setDoubleQuote()

Sets the doubleQuote option

Parameters:bool
Return type:HtmlEntities Provides a fluent interface

700.1.1.10. filter

filter()

Defined by ZendFilterFilterInterface

Returns the string $value, converting characters to their corresponding HTML entity equivalents where they exist

Parameters:string
Throws ExceptionDomainException:
 
Return type:string