# give/2.12.0/src/Session/Objects.php

GiveWP – Donation Plugin and Fundraising Platform, version 2.12.0. 18 lines.

- Page: https://pluginprobe.com/plugins/give/2.12.0/code/src/Session/Objects.php
- Raw: https://pluginprobe.com/plugins/give/2.12.0/raw/src/Session/Objects.php
- Modified: 2020-06-30T01:49:02+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/give/2.12.0/code/src/Session/Objects.php#L10-L20`.

```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 );
}

```
