File: D:/HostingSpaces/SBogers10/stielman.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 CONTENT_SLIDER = 101;
const USP = 102;
const DOWNLOADS = 103;
const TEXT_IMAGE_BUTTON = 104;
const FEATURED_VACANCIES = 105;
const DOUBLE_USP = 107;
const VACANCY_PROCESS_PERSONAL = 108;
}