Contactable\SWV

Rule::__construct()publicCF7 1.0

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

Хуков нет.

Возвращает

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

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

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

Код Rule::__construct() CF7 5.9.8

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