yii\mongodb\ActiveFixture::getCollection PHP 메소드

getCollection() 보호된 메소드

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