Current Path : /var/www/ooareogundevinitiative/wp-content/plugins/give/src/Session/ |
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 ); }