Previous Page
exceptionFromCode()

Solar_Example
filterCallback()

Next Page
locale()

filterCallback()

public string filterCallback ( string $value, mixed $find, mixed $with )

Used for testing Solar_Filter::callback() as an instance method.

Parameters

  • (string) $value: The value to filter.
  • (mixed) $find: Find this string in the value.
  • (mixed) $with: Replace with this string.

Returns

  • (string) The filtered value.

Description

Used for testing Solar_Filter::callback() as an instance method.