PHP Class Bravo3\Orm\Drivers\Common\KeyFilter

Datei anzeigen Open project: bravo3/orm

Public Methods

Method Description
__construct ( ) Create a key filter, checking that the platform supports the function 'fnmatch'
match ( string $test, string $exp ) : boolean Check that $test matches the expression $exp

Method Details

__construct() public method

Create a key filter, checking that the platform supports the function 'fnmatch'
public __construct ( )

match() public method

Check that $test matches the expression $exp
public match ( string $test, string $exp ) : boolean
$test string
$exp string
return boolean