PHP Classes

File: src/helpers/Hydrator.php

Recommend this page to a friend!
  Classes of Johnny Mast   Redbox Hydrate   src/helpers/Hydrator.php   Download  
File: src/helpers/Hydrator.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Redbox Hydrate
Popular object variables from array data
Author: By
Last change: Update of src/helpers/Hydrator.php
Date: 1 year ago
Size: 227 bytes
 

Contents

Class file image Download
<?php
namespace Redbox\Hydrate\Helpers;
use
Redbox\Hydrate\Hydrator;

/**
 * @param $destination
 * @return Hydrator
 * @internal param $destination
 */
function Hydrate($destination)
{
    return new
Hydrator($destination);
}