WPCF7_SWV_Rule::to_array()
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() WPCF7 SWV Rule::to array CF7 5.7.4
public function to_array() { return (array) $this->properties; }