Contactable\SWV

CompositeRule::matches()publicCF7 1.0

Returns true if this rule matches the given context.

Метод класса: CompositeRule{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$CompositeRule = new CompositeRule();
$CompositeRule->matches( $context );
$context(массив) (обязательный)
Context.

Код CompositeRule::matches() CF7 5.9.8

public function matches( $context ) {
	return true;
}