| Current Path : /home/dtconseimw/www.2025.hack/wp-content/plugins.old/give/src/Session/ |
| Current File : /home/dtconseimw/www.2025.hack/wp-content/plugins.old/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 );
}