Devise
Class

Devise\Pages\PageVersionsRepository

class PageVersionsRepository

Class PageVersionsRepository is used to search and retrieve DvsPageVersion models and things in context of a Devise Page Versions.

Methods

__construct(DvsPageVersion $PageVersion)

Create a new PageRepostiry instance.

Collection getUnscheduledPageVersions()

Returns a list of all the unscheduled page versions in this system

Details

at line 26
public __construct(DvsPageVersion $PageVersion)

Create a new PageRepostiry instance.

Parameters

DvsPageVersion $PageVersion

at line 37
public Collection getUnscheduledPageVersions()

Returns a list of all the unscheduled page versions in this system

Return Value

Collection