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 5.9.8
public function matches( $context ) { return true; }