2052. Class

2052.1. Zend\Filter\Word\SeparatorToSeparator

2052.1.1. Methods

2052.1.1.1. __construct

__construct()

Constructor

Parameters:
  • string – Separator to search for
  • string – Separator to replace with

2052.1.1.2. setSearchSeparator

setSearchSeparator()

Sets a new seperator to search for

Parameters:string – Seperator to search for
Return type:SeparatorToSeparator

2052.1.1.3. getSearchSeparator

getSearchSeparator()

Returns the actual set separator to search for

Return type:string

2052.1.1.4. setReplacementSeparator

setReplacementSeparator()

Sets a new separator which replaces the searched one

Parameters:string – Separator which replaces the searched one
Return type:SeparatorToSeparator

2052.1.1.5. getReplacementSeparator

getReplacementSeparator()

Returns the actual set separator which replaces the searched one

Return type:string

2052.1.1.6. filter

filter()

Defined by ZendFilterFilter

Returns the string $value, replacing the searched separators with the defined ones

Parameters:string
Return type:string