init implementation of abstract enum class

This commit is contained in:
Susann Sgorzaly
2018-02-22 21:01:06 +01:00
parent 657cec4b4e
commit a74736d4da
3 changed files with 42 additions and 9 deletions

View File

@@ -1,15 +1,8 @@
<?php
/**
* Created by PhpStorm.
* User: sgorzaly
* Date: 22.02.18
* Time: 20:24
*/
namespace ParseCsv\enums;
class SortEnum {
class SortEnum extends AbstractEnum {
const SORT_TYPE_REGULAR = SORT_REGULAR;
const SORT_TYPE_NUMERIC = SORT_NUMERIC;