Your IP : 216.73.216.165


Current Path : /var/www/ooareogundevinitiative/wp-content/plugins/give/src/Session/
Upload File :
Current File : /var/www/ooareogundevinitiative/wp-content/plugins/give/src/Session/Objects.php

<?php
namespace Give\Session;

/**
 * Interface Objects
 *
 * @package Give\Session
 */
interface Objects {
	/**
	 * Take array return object
	 *
	 * @since 2.7.0
	 * @param array $array
	 */
	public static function fromArray( $array );
}