File "ArrayableInterface.php"

Full Path: /home/romayxjt/public_html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent/Support/ArrayableInterface.php
File size: 177 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace FluentForm\Framework\Support;

interface ArrayableInterface {

	/**
	 * Get the instance as an array.
	 *
	 * @return array
	 */
	public function toArray();

}