/
home
/
rekodeb
/
remorque
/
wp-content
/
plugins
/
depicter
/
vendor
/
averta
/
core
/
src
/
Hydrate
/
Upload File
HOME
<?php namespace Averta\Core\Hydrate; interface HydrationInterface { /** * Hydrate the class with the provided $data. * * @param array|object $data */ public function hydrate( $data ); }