PHP Class DMS\Filter\Rules\Callback

Inheritance: extends Rule
Datei anzeigen Open project: rdohms/dms-filter Class Usage Examples

Public Properties

Property Type Description
$callback string Callback, can be: - string: method of filtered object or function - array: [Class, Method] to be called - Closure

Public Methods

Method Description
getDefaultOption ( ) {@inheritDoc}
getInputType ( ) : string Figures out which type of input was provided

Method Details

getDefaultOption() public method

{@inheritDoc}
public getDefaultOption ( )

getInputType() public method

Figures out which type of input was provided
public getInputType ( ) : string
return string

Property Details

$callback public_oe property

Callback, can be: - string: method of filtered object or function - array: [Class, Method] to be called - Closure
public string $callback
return string