Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
trouvaille
/
simplesoftwareio
/
simple-qrcode
/
src
/
DataTypes
:
DataTypeInterface.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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(); }