• File: ValueObjects.php
  • Full Path: /home/bravrvjk/itiministry.org/wp-content/plugins/give/src/API/REST/V3/Routes/Subscriptions/DataTransferObjects/ValueObjects.php
  • Date Modified: 11/24/2021 4:55 AM
  • File size: 226 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Give\ValueObjects;

interface ValueObjects
{

    /**
     * Take array and return object.
     *
     * @param array $array
     *
     * @return mixed
     */
    public static function fromArray($array);
}