D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
3023066
/
cwd
/
www
/
vendor
/
simplesoftwareio
/
simple-qrcode
/
src
/
DataTypes
/
Filename :
DataTypeInterface.php
back
Copy
<?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(); }