yii\mongodb\ActiveFixture::getCollection PHP Méthode

getCollection() protected méthode

Returns collection used by this fixture.
protected getCollection ( ) : Collection
Résultat Collection related collection.
    protected function getCollection()
    {
        return $this->db->getCollection($this->getCollectionName());
    }