Your IP : 216.73.216.165


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

<?php
namespace Give\ValueObjects;

interface ValueObjects {

	/**
	 * Take array and return object.
	 *
	 * @param array $array
	 *
	 * @return mixed
	 */
	public static function fromArray( $array );
}