Skip to content

Instantly share code, notes, and snippets.

@crossRT
crossRT / HasEnums.php
Created April 29, 2016 01:28 — forked from themsaid/HasEnums.php
PHP Enumerated Type
trait HasEnums
{
/**
* The array of enumerators of a given group.
*
* @param null|string $group
* @return array
*/
static function enums($group = null)
{