Contactable\SWV
CompositeRule::matches
Returns true if this rule matches the given context.
Метод класса: CompositeRule{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$CompositeRule = new CompositeRule(); $CompositeRule->matches( $context );
- $context(массив) (обязательный)
- Context.
Код CompositeRule::matches() CompositeRule::matches CF7 6.1.7
public function matches( $context ) {
return true;
}