You are here

interface CollectionInterface in Rocket.Chat 8.2

Hierarchy

Expanded class hierarchy of CollectionInterface

All classes that implement CollectionInterface

File

modules/rocket_chat_api/src/RocketChat/Collection/CollectionInterface.php, line 6

Namespace

Drupal\rocket_chat_api\RocketChat\Collection
View source
interface CollectionInterface {

  //  public const LIST    = "rocket.chat.room.list";
  //  public const UPDATE  = "rocket.chat.room.lastUpdate";
  //  public const CHANNEL = "rocket.chat.room.";
  public function getCache($forceReload = FALSE);
  public function refreshCache($forceReload = FALSE);

}

Members