friendica/src/Model/Notify/Type.php

13 lines
170 B
PHP

<?php
namespace Friendica\Model\Notify;
/**
* Enum for different types of the Notify
*/
class Type
{
/** @var int Introduction notifications */
const INTRO = 1;
}