File Manager

Current Path : /webspace/www.beetasty.be/html/wp-content/plugins/ameliabooking/src/Domain/ValueObjects/
Upload File :
Current File : //webspace/www.beetasty.be/html/wp-content/plugins/ameliabooking/src/Domain/ValueObjects/Json.php

<?php
/**
 * @copyright © TMS-Plugins. All rights reserved.
 * @licence   See LICENCE.md for license details.
 */

namespace AmeliaBooking\Domain\ValueObjects;

/**
 * Class Json
 *
 * @package AmeliaBooking\Domain\ValueObjects
 */
final class Json
{
    /**
     * @var string
     */
    private $value;

    /**
     * @param string $value
     */
    public function __construct($value)
    {
        $this->value = $value;
    }

    /**
     * @return string
     */
    public function getValue()
    {
        return $this->value;
    }
}

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com