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

setCollectionCapped() public method

Set whether or not the documents collection is capped.
public setCollectionCapped ( boolean $bool )
$bool boolean
    public function setCollectionCapped($bool)
    {
        $this->collectionCapped = $bool;
    }
ClassMetadataInfo