PHP Classes

File: tests/autoload.php

Recommend this page to a friend!
  Classes of Julian Finkler   JSON Object Mapper   tests/autoload.php   Download  
File: tests/autoload.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: JSON Object Mapper
Create objects of classes mapped from JSON strings
Author: By
Last change: Transformers implemented and copyright updated
Date: 6 years ago
Size: 313 bytes
 

Contents

Class file image Download
<?php
/**
 * This file is part of the JSON Object Mapper package.
 *
 * Copyright 2017 - 2018 by Julian Finkler <julian@mintware.de>
 *
 * For the full copyright and license information, please read the LICENSE
 * file that was distributed with this source code.
 */

require __DIR__ . '/../vendor/autoload.php';