<?php namespace ILJ\Enumeration; /** * Enum for IndexMode * * @package ILJ\Enumerations * @since 1.0.1 */ final class IndexMode { const NONE = 'index_mode_none'; const AUTOMATIC = 'index_mode_automatic'; }