Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Swift_Filterable
PHP Interface Swift_Filterable, Halite
Author:
Chris Corbyn
ファイルを表示
Open project: HaliteChallenge/Halite
Public Methods
Method
Description
addFilter
(
Swift_StreamFilter
$filter
,
string
$key
)
Add a new StreamFilter, referenced by $key.
removeFilter
(
string
$key
)
Remove an existing filter using $key.
Method Details
addFilter()
public
method
Add a new StreamFilter, referenced by $key.
public
addFilter
(
Swift_StreamFilter
$filter
,
string
$key
)
$filter
Swift_StreamFilter
$key
string
removeFilter()
public
method
Remove an existing filter using $key.
public
removeFilter
(
string
$key
)
$key
string