friendica/src/Model/Notify/Type.php

13 lines
170 B
PHP
Raw Normal View History

2020-02-04 21:03:45 +00:00
<?php
namespace Friendica\Model\Notify;
/**
* Enum for different types of the Notify
*/
class Type
{
/** @var int Introduction notifications */
const INTRO = 1;
}