VersionFilters deprecated
class VersionFilters (View source)
deprecated
Methods
                    public                                                                            
                
                    null|void
                
                                
                    applyToReadingState(array $versioningArgs)
        
                                            
                
            Use this as a fallback where resolver results aren't queried as a DataList, but rather use DataObject::get_one(). Example: SiteTree::get_by_link().
Details
        
                            
    __construct()
        
    
    No description
        
                            null|void
    applyToReadingState(array $versioningArgs)
        
    
    Use this as a fallback where resolver results aren't queried as a DataList, but rather use DataObject::get_one(). Example: SiteTree::get_by_link().
Note that the 'status' and 'version' modes are not supported. Wrap this call in Versioned::withVersionedMode() in order to avoid side effects.
        
                            
    validateArgs(array $versioningArgs)
        
    
    No description
        
                    protected        bool
    isValidDate(string $date)
        
    
    Returns true if date is in proper YYYY-MM-DD format