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