test\ActiveFixture load()

load() public method

Loads the fixture.

The default implementation will first clean up the table by calling resetTable(). It will then populate the table 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 table.

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

Please login to continue.