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