?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/caldera-forms/includes/cf-pro-client/classes/interfaces/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/caldera-forms/includes/cf-pro-client/classes

?? Viewing: arrayable.php

<?php


namespace calderawp\calderaforms\pro\interfaces;


/**
 * Class arrayable
 *
 * Use to define common to array method
 *
 * @package calderawp\calderaforms\pro
 */
interface arrayable
{

	/**
	 * Convert object to array
	 *
	 * @since 0.0.1
	 *
	 * @return array
	 */
	public function toArray();
}


??

??