WPCF7_SWV_Rule::to_array()publicCF7 1.0

Converts the properties to an array.

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

Хуков нет.

Возвращает

Массив. Array of properties.

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

$WPCF7_SWV_Rule = new WPCF7_SWV_Rule();
$WPCF7_SWV_Rule->to_array();

Код WPCF7_SWV_Rule::to_array() CF7 5.7.4

public function to_array() {
	return (array) $this->properties;
}