Contactable\SWV

Rule::__constructpublicCF7 1.0

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

Хуков нет.

Возвращает

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

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

$Rule = new Rule();
$Rule->__construct( $properties );
$properties
.
По умолчанию: ''

Код Rule::__construct() CF7 6.1.4

public function __construct( $properties = '' ) {
	$this->properties = wp_parse_args( $properties, array() );
}