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;
}