elasticsearch\ActiveFixture load()

load() public method

Loads the fixture.

The default implementation will first clean up the index by calling resetIndex(). It will then populate the index with the data returned by getData().

If you override this method, you should consider calling the parent implementation so that the data returned by getData() can be populated into the index.

public void load ( )
doc_Yii
2016-10-30 17:01:15
Comments
Leave a Comment

Please login to continue.