Doctrine\ODM\MongoDB\Mapping\ClassMetadataInfo::getCollectionCapped PHP Method

getCollectionCapped() public method

Get whether or not the documents collection is capped.
public getCollectionCapped ( ) : boolean
return boolean
    public function getCollectionCapped()
    {
        return $this->collectionCapped;
    }
ClassMetadataInfo