PHP Class yii\debug\components\search\matchers\SameAs

Since: 2.0
Author: Mark Jebri ([email protected])
Inheritance: extends yii\debug\components\search\matchers\Base
Datei anzeigen Open project: yiisoft/yii2-debug

Public Properties

Property Type Description
$partial if partial match should be used.

Public Methods

Method Description
match ( $value )

Method Details

match() public method

public match ( $value )

Property Details

$partial public_oe property

if partial match should be used.
public $partial