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
array
getVersionsListForPage(DvsPage $page)
Returns a list of all the versions for a particular page
Details
at line 26
__construct(DvsPageVersion $PageVersion)
Create a new PageRepostiry instance.
at line 37
Collection
getUnscheduledPageVersions()
Returns a list of all the unscheduled page versions in this system
at line 50
array
getVersionsListForPage(DvsPage $page)
Returns a list of all the versions for a particular page