Arikaim CMS

FilterBuilder
in package

Filter factory class

Table of Contents

Methods

__call()  : FilterInterface
Create filter
__callStatic()  : FilterInterface
Create filter
createFilter()  : FilterInterface
Create filter

Methods

__call()

Create filter

public __call(string $name, mixed $args) : FilterInterface
Parameters
$name : string
$args : mixed
Return values
FilterInterface

__callStatic()

Create filter

public static __callStatic(string $name, mixed $args) : FilterInterface
Parameters
$name : string
$args : mixed
Return values
FilterInterface

createFilter()

Create filter

public static createFilter(string $class[, mixed $args = null ]) : FilterInterface
Parameters
$class : string
$args : mixed = null
Return values
FilterInterface

        
On this page

Search results