public static $group = "Annuaire";
public static $type = \App\User::TYPE_DISCOVER;
+ public static $globallySearchable = true;
public static function label()
class SpecialUsers extends User
{
public static $group = "Annuaire";
+
public static $type = \App\User::TYPE_SPECIAL;
+ public static $globallySearchable = true;
+
public static function label()
{
public static $group = "Annuaire";
+ public static $globallySearchable = true;
+
+
public static $type = \App\User::TYPE_SUBSCRIBER;
public static function label()
public static $perPageOptions = [50, 100, 250];
+ public static $globallySearchable = false;
+
/**
* The single value that should be used to represent the resource when being displayed.