HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/otium.komma.nl/app/Components/ComponentTypes.php
<?php

namespace App\Components;

use \Komma\KMS\Components\ComponentType\ComponentTypes as KmsComponentTypes;


/**
 * Class ComponentTypes
 *
 * All component types and their ids.
 * Notice: The ids don't correspond to database records anymore
 *
 * @package Komma\KMS\Components\ComponentType
 */
class ComponentTypes extends KmsComponentTypes
{
    const CONTENT_PERSONAL = 100;
    const DATA = 101;
    const FEATURED_SERVICES = 102;
    const TESTIMONIALS = 103;
    const VIDEO_TEXT = 104;
}