loadCollection abstract method

TCollection loadCollection(
  1. TCollection collection, [
  2. bool once = false
])

Performs the process of loading a collection.

Usually, you specify a method that can be executed only the first time, such as loadOnce or listen.

If you set once to true, loadOnce is used even if the model can use listen.

Implementation

TCollection loadCollection(TCollection collection, [bool once = false]);