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