메소드 | 설명 | |
---|---|---|
command ( ) : |
Creates new instance of Fluent | |
getFilterCallback ( string $name ) : callable | Gets callable filter's callback | |
getWiringSchema ( string $filterName ) : string | Gets wiring schema | |
hasFilter ( string $name ) : boolean | ||
registerFilter ( string $name, mixed $callback, string | integer | null $wiringSchema = null ) | Registers new filter |
메소드 | 설명 | |
---|---|---|
checkFilterExistence ( string $name ) | ||
translateWiringSchema ( string | integer | null $wiringSchema ) : string |
public getFilterCallback ( string $name ) : callable | ||
$name | string | |
리턴 | callable |
public getWiringSchema ( string $filterName ) : string | ||
$filterName | string | |
리턴 | string |