<?php namespace App; class Folder { const FOLDER_NEW = 'new'; const FOLDER_BACKUP = 'backup'; const FOLDER_CURRENT = 'list'; }