yii\sphinx\MatchExpression::__construct PHP Méthode

__construct() public méthode

Constructor.
public __construct ( string $match = null, array $params = [], array $config = [] )
$match string the MATCH expression
$params array expression parameters.
$config array name-value pairs that will be used to initialize the object properties
    public function __construct($match = null, $params = [], $config = [])
    {
        $this->match = $match;
        $this->params = $params;
        parent::__construct($config);
    }