Contactable\SWV
Rule::__construct
Метод класса: Rule{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Rule = new Rule(); $Rule->__construct( $properties );
- $properties
- .
По умолчанию:''
Код Rule::__construct() Rule:: construct CF7 6.1.4
public function __construct( $properties = '' ) {
$this->properties = wp_parse_args( $properties, array() );
}