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