Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
www
/
wp-content
/
plugins
/
wpforms-lite
/
vendor_prefixed
/
square
/
square
/
src
/
Models
/
Editing: ComponentComponentType.php
<?php declare (strict_types=1); namespace WPForms\Vendor\Square\Models; /** * An enum for ComponentType. */ class ComponentComponentType { public const APPLICATION = 'APPLICATION'; public const CARD_READER = 'CARD_READER'; public const BATTERY = 'BATTERY'; public const WIFI = 'WIFI'; public const ETHERNET = 'ETHERNET'; public const PRINTER = 'PRINTER'; }
Save
Cancel