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