MetaModels\DcGeneral\Data\Driver::getVersions PHP Method

getVersions() public method

Return a list with all versions for the model with the given Id.
public getVersions ( mixed $mixID, boolean $blnOnlyActive = false ) : ContaoCommunityAlliance\DcGeneral\Data\CollectionInterface
$mixID mixed The ID of the row.
$blnOnlyActive boolean If true, only active versions will get returned, if false all version will get returned.
return ContaoCommunityAlliance\DcGeneral\Data\CollectionInterface
    public function getVersions($mixID, $blnOnlyActive = false)
    {
        // No version support on MetaModels so far, sorry.
        return null;
    }