Devise
Index
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

LanguagesRepository::activeLanguageList() — Method in class LanguagesRepository
List of active languages
Block::addTag() — Method in class Block
Add a devise tag to this block
Block::addBlock() — Method in class Block
Add another nested block to this block
$DeviseTagProperty in class DeviseTag
public fields for this devise tag
DeviseTag::addToDevisePageStr() — Method in class DeviseTag
The string which adds this to the devise container, depending on the tagBindingType
DeviseTag::assertValidKey() — Method in class DeviseTag
Assert this key is valid
DvsPageData::addCollection() — Method in class DvsPageData
Add a collection to dvsPageData
DvsPageData::addBinding() — Method in class DvsPageData
Add a binding to dvsPageData
PagesRepository::availableLanguagesForPage() — Method in class PagesRepository
List of all the languages available for a page
PagesRepository::availableViewsList() — Method in class PagesRepository
Get the list of available views
Pagination::appends() — Method in class Pagination
Append input queries
Manager::addToStack() — Method in class Manager
DeviseUserController::activate() — Method in class DeviseUserController
Handle activation of user account
RuleManager::addRule() — Method in class RuleManager
Add new element to rules array
SessionsRepository::activate() — Method in class SessionsRepository
Process user activation request
UserManager::activate() — Method in class UserManager
Activate instance of DvsUser

B

DeviseServiceProvider::boot() — Method in class DeviseServiceProvider
Bootstrap the application events.
CategoryPaths::browserPath() — Method in class CategoryPaths
Browser path is the url path to this root media directory
EncodingServiceProvider::boot() — Method in class EncodingServiceProvider
Bootstrap the application events.
MediaPaths::basePath() — Method in class MediaPaths
Gets the basepath for us
MenusRepository::buildMenu() — Method in class MenusRepository
Build a menu from it's name
BlockClass in namespace Devise\Pages\Interrupter
Class Block is a container class that represents the tree hierarchy of html from inside of the blade view.
BlockFactoryClass in namespace Devise\Pages\Interrupter
the purpose this class is to take a blade view and abstract out all the @if, @foreach blocks and put them into a composite pattern structure so we can use those blocks later to print off devise placeholder tags
DvsPageData::bindingsJSON() — Method in class DvsPageData
Bindings as json output
PagesServiceProvider::boot() — Method in class PagesServiceProvider
Loads the route file which allows us to have slugs in the url (set via the dvs_pages database table)
UniversalSearchProvider::boot() — Method in class UniversalSearchProvider
Bootstrap the application events.
SidebarServiceProvider::boot() — Method in class SidebarServiceProvider
Bootstrap the application events.
SortableServiceProvider::boot() — Method in class SortableServiceProvider
Bootstrap the application events.
SupportServiceProvider::boot() — Method in class SupportServiceProvider
Bootstrap the application events.
UserServiceProvider::boot() — Method in class UserServiceProvider
Bootstrap the application events.

C

CalendarResponseHandlerClass in namespace Devise\Calendar
Handles the ajax calls made to backend from the Full Calendar
InstallerCommand::configure() — Method in class InstallerCommand
LanguageDetector::current() — Method in class LanguageDetector
Get the current language for the locale this will probably use the cookie as default
LanguagesRepository::currentLanguage() — Method in class LanguagesRepository
Magical method that gets the language for the current request and user
LocaleDetector::current() — Method in class LocaleDetector
Get the current locale.
LocaleDetector::cookie() — Method in class LocaleDetector
Get the locale from a cookie
CategoryAlreadyExistsExceptionClass in namespace Devise\Media\Categories
Class CategoryAlreadyExistsException is thrown whenever the Categories/Manager finds a duplicate category.
CategoryPathsClass in namespace Devise\Media\Categories
Class CategoryPaths converts dot paths to real paths and also finds server paths and browser urls to the configured root media directory where all our media files are stored at.
ZencoderJob::create() — Method in class ZencoderJob
Create a new job with this file path and settings
Repository::compileIndexData() — Method in class Repository
Not really sure, gonna revisit this later...
Images::copyImage() — Method in class Images
Copies an image from one location to another location, also handles creating sub directories if they don't already exist for us
Images::cropImage() — Method in class Images
Crop this image path to crop dimensions, these dimensions are coming from the JCrop javascript tool being passed in to us
Images::cropAndResizeImage() — Method in class Images
Crops the image path and then resizes, used by the JCrop tool when we upload images via the Devise Sidebar
Manager::cropAndSaveFile() — Method in class Manager
Crop and save an image
MenusManager::createRules() — Method in class MenusManager
These are create rules for a menu
MenusManager::createMenu() — Method in class MenusManager
Creates a new menu
CollectionFieldsClass in namespace Devise\Pages\Collections
This classes purpose is to act as a container for fields on the collection level.
CollectionFieldsFactoryClass in namespace Devise\Pages\Collections
Collection fields are objects that allow us to traverse the keys in that collection.
CollectionFieldsFactory::createFromCollectionInstance() — Method in class CollectionFieldsFactory
Creates collection fields object from a collection instance that we pulled from the database (those will have fields associated with them too)
CollectionsManagerClass in namespace Devise\Pages\Collections
Manage collections in the database by creating, updating and removing them.
CollectionsManager::createNewInstance() — Method in class CollectionsManager
Create a new collection instance
CollectionsRepositoryClass in namespace Devise\Pages\Collections
Retreives collection instances and sets and fields for us.
BlockFactory::createBlock() — Method in class BlockFactory
Creates a block from the given view
DeviseBladeCompiler::compile() — Method in class DeviseBladeCompiler
Compile a blade view for the data-devise html data bindings
$DeviseTagProperty in class DeviseTag
public fields for this devise tag
$DeviseTagProperty in class DeviseTag
public fields for this devise tag
DvsPageData::collectionsJSON() — Method in class DvsPageData
Collections as json output
NodeFactory::createNodeFromRegexMatch() — Method in class NodeFactory
PageManager::createNewPage() — Method in class PageManager
Validates and creates a page with the given input
PageManager::copyPage() — Method in class PageManager
Takes the input provided and runs the create method after stripping necessary fields.
PageVersionManager::createNewPageVersion() — Method in class PageVersionManager
Create a new page version with given parameters
PageVersionManager::createDefaultPageVersion() — Method in class PageVersionManager
Create a new default page version for given page
PageVersionManager::copyPageVersionToAnotherPage() — Method in class PageVersionManager
Copies a page version to another page this is useful when creating different languages of the same page
PageVersionManager::copyPageVersion() — Method in class PageVersionManager
Copy page version for given page version id and name
DataBuilder::compile() — Method in class DataBuilder
Injects data from config into the current view
ViewvarComposer::compose() — Method in class ViewvarComposer
Injects data from config into the current view
$SidebarDataProperty in class SidebarData
Coordinates on the page
$SidebarDataProperty in class SidebarData
Category name
$SidebarDataProperty in class SidebarData
THe number of categories that were passed in via data input
SnippetBladeCompiler::compile() — Method in class SnippetBladeCompiler
Runs the compile on this view
Manager::clearStack() — Method in class Manager
Sort::clearSortLink() — Method in class Sort
DeviseUserController::create() — Method in class DeviseUserController
Render user create view
DeviseUserController::confirmDestroy() — Method in class DeviseUserController
Render "destroy confirmation" view
DeviseUserController::clearUnactivatedUsers() — Method in class DeviseUserController
Clears records of unactivated users
GroupManager::createRules() — Method in class GroupManager
Create validation rules
GroupManager::createGroup() — Method in class GroupManager
Create a new Group
$RuleListProperty in class RuleList
Closures are kept in an array and can be used to execute user-defined condition(s) permissions/closures by key
UserHelper::currentUser() — Method in class UserHelper
Convenience function to get current user object
UserHelper::currentUserId() — Method in class UserHelper
Convenience function to get current user's id
UserHelper::checkConditions() — Method in class UserHelper
Convenience function for handing a single condition name or an array of multiple condition names.
UserHelper::checkRule() — Method in class UserHelper
Checks for any user-defined rules/closures
UserManager::createRules() — Method in class UserManager
Create rules for a new user
UserManager::createUser() — Method in class UserManager
Create a new user

D

DeviseServiceProviderClass in namespace Devise
This class loads all the providers in other folders for all of devise.
Manager::destroyCategory() — Method in class Manager
Removes the category path
FileDownloader::download() — Method in class FileDownloader
Download a file from the given $url and save it to $toPath with $filename.
MediaPaths::downloadFromUrl() — Method in class MediaPaths
Downloads the image so that we can re-use it later and crop it and resize it accordingly
DuplicateFieldKeyExceptionClass in namespace Devise\Pages\Fields
Whenever we see a duplicate field key on a page throw an exception for the developer so they can fix it.
DeviseBladeCompilerClass in namespace Devise\Pages\Interrupter
Class DeviseBladeCompiler is used for Blade::extend() and pre-renders blade views to seek out devise tags inside of the blade html view
DeviseTagClass in namespace Devise\Pages\Interrupter
convert this node data into useful key, type, humanName, group, collection, alternateTarget? assert key is valid for collection or binding both assert that there is a type no human name present, make one from key
DvsPageDataClass in namespace Devise\Pages\Interrupter
A storage container class that stores collections and fields for a given page.
DuplicateDeviseKeyExceptionClass in namespace Devise\Pages\Interrupter\Exceptions
This exception is thrown anytime there are multiple devise fields on a page that share the same key.
DeviseTagNodeClass in namespace Devise\Pages\Interrupter\Nodes
Class DeviseTagNode is a node that matches " data-devise=..." in the html/blade view
PageManager::destroyPage() — Method in class PageManager
Destroys a page
PageVersionManager::destroyPageVersion() — Method in class PageVersionManager
Destroys a page version record
DataBuilderClass in namespace Devise\Pages\Viewvars
This builds the variables that are found in view-vars.php config for a devise page.
DataCrawlerClass in namespace Devise\Pages\Viewvars
Purpose of this class is to turn something like this in the view vars into a parameter value we can use.
DeviseRouteConfigurationExceptionClass in namespace Devise\Pages\Viewvars
Class DeviseRouteConfigurationException is thrown in the case where a devise view-vars.php config has been improperly configured.
DeviseExceptionClass in namespace Devise\Support
Class DeviseException should be the base class exception for any exception thrown inside of Devise.
DeviseResponseClass in namespace Devise\Support
Class DeviseResponse for some reason Illuminate\Support\Facades\Response is not an actual facade but a real class.
DeviseResponse::download() — Method in class DeviseResponse
Create a new file download response.
DeviseValidationExceptionClass in namespace Devise\Support
This validation exception is thrown when ever there are validation errors somewhere.
DeviseUserClass in namespace Devise\Users
DeviseUserControllerClass in namespace Devise\Users
GroupManager::destroyGroup() — Method in class GroupManager
Delete a Group
UserManager::destroyUser() — Method in class UserManager
Delete a user

E

InstallerCommand::execute() — Method in class InstallerCommand
EncodingServiceProviderClass in namespace Devise\Media\Encoding
Registers a new devise.video.encoder we can use globally throughout Laravel
Manager::extractImagesForCallback() — Method in class Manager
Not sure what this is for.
$MenusManagerProperty in class MenusManager
Keeps any errors from validation
EndForeachNodeClass in namespace Devise\Pages\Interrupter\Nodes
Class EndForeachNode is a node that matches "@endforeach" in the html/blade view
EndIfNodeClass in namespace Devise\Pages\Interrupter\Nodes
Class EndIfNode is a node that matches "@endif" in the html/blade view
$PageManagerProperty in class PageManager
Errors are kept in an array and can be used later if validation fails and we want to know why
DataCrawler::extract() — Method in class DataCrawler
Gets the value of a param by it's name
$SidebarDataProperty in class SidebarData
Elements are actual fields in the database
EloquentBuilderClass in namespace Devise\Support\Sortable
Class EloquentBuilder is ran on paginate queries only and takes the liberty of sorting and filtering results for us smartly and magically...
EloquentModelClass in namespace Devise\Support\Sortable
Class EloquentModel is the base model in devise and gives us the ability to sort and filter objects with minimal effort
DeviseUserController::edit() — Method in class DeviseUserController
Render user "edit" view
DeviseUserController::editPassword() — Method in class DeviseUserController
Render "edit password" form
$GroupManagerProperty in class GroupManager
Errors are kept in an array and can be used later if validation fails and we want to know why
RuleManager::executeCondition() — Method in class RuleManager
Executes conditions one at a time and returns result
RuleManager::evaluateResults() — Method in class RuleManager
Determines if access allowed/denied by checking results array for any occurences of a "false" value
$SessionsRepositoryProperty in class SessionsRepository
Errors are kept in an array and can be used later if validation fails and we want to know why
$UserManagerProperty in class UserManager
Errors are kept in an array and can be used later if validation fails and we want to know why
$UsersRepositoryProperty in class UsersRepository
Errors are kept in an array and can be used later if validation fails and we want to know why
UsersResponseHandler::executeLogout() — Method in class UsersResponseHandler
Executes logout method in SessionsRepository
UsersResponseHandler::executeLogin() — Method in class UsersResponseHandler
Executes login method in SessionsRepository

F

PageVersionSource::fetchEvents() — Method in class PageVersionSource
A Source must be able to fetch events.
Source::fetchEvents() — Method in class Source
Returns a list of events in FullCalendar Event format.
LanguagesRepository::findLanguageForPageVersion() — Method in class LanguagesRepository
Finds the language for a given page version
CategoryPaths::fromDot() — Method in class CategoryPaths
Convert dots to slashes in the path
FileDownloaderClass in namespace Devise\Media\Files
Class FileDownloader downloads a file from the internet and saves it into a specified directory
FilesystemClass in namespace Devise\Media\Files
Class Filesystem inherits from Illuminate\Filesystem\Filesystem but adds some additional functionality such as file searching.
MediaPaths::fileExists() — Method in class MediaPaths
Check to see if a file exists or not
MediaPaths::fileVersionInfoFromUrl() — Method in class MediaPaths
Gets the versioned path to this $url path
MediaPaths::fileVersionInfo() — Method in class MediaPaths
Gets the versioned path to this file
MenusRepository::findById() — Method in class MenusRepository
Finds DvsMenu by an integer id
MenusRepository::findMenuByName() — Method in class MenusRepository
Find menu using name value
CollectionsRepository::findCollectionsForPageVersionId() — Method in class CollectionsRepository
When we only have the pageVersionId we can use this function as a proxy to findCollectionsForPageVersion
CollectionsRepository::findCollectionsForPageVersion() — Method in class CollectionsRepository
Get the list of collections for this page
CollectionsRepository::findCollectionInstancesForCollectionSetIdAndPageVersionId() — Method in class CollectionsRepository
Get the instances + fields for this collection set / page_version combo
FieldManagerClass in namespace Devise\Pages\Fields
A field manager has the responsibilty of managing fields in the database.
FieldManager::findOrCreateField() — Method in class FieldManager
Find or create field given input
FieldValueClass in namespace Devise\Pages\Fields
Field value is an object that holds json values for a DvsField model
FieldsRepositoryClass in namespace Devise\Pages\Fields
Fields repository allows us to retrieve fields that belong to page versions and keys and have been deleted.
FieldsRepository::findFieldByKeyAndPageVersion() — Method in class FieldsRepository
Find existing page field given key and pageId
FieldsRepository::findTrashedFieldByKeyAndPageVersion() — Method in class FieldsRepository
Find existing page field (only if it has been trashed)
FieldsRepository::findTrashedGlobalFieldByKeyAndLanguage() — Method in class FieldsRepository
Find existing global field (only if it has been trashed)
FieldsRepository::findFieldById() — Method in class FieldsRepository
Find the field by id
FieldsRepository::findFieldByIdAndScope() — Method in class FieldsRepository
Find a field by it's id and scope (page or global)
FieldsRepository::findTrashedFieldByIdAndScope() — Method in class FieldsRepository
Find a field by it's scope and included fields that have been deleted
FieldsRepository::findFieldByGlobalKeyAndLanguage() — Method in class FieldsRepository
Find a field by it's global key and language id
FieldsResponseHandlerClass in namespace Devise\Pages\Fields
ForeachNodeClass in namespace Devise\Pages\Interrupter\Nodes
Class ForeachNode is a node that matches "@foreach" in the html/blade view
PagesRepository::find() — Method in class PagesRepository
finds a record by it's id
PagesRepository::findByRouteName() — Method in class PagesRepository
finds a record by it's slug
PagesRepository::findByRouteNameAndPreviewHash() — Method in class PagesRepository
Finds the DvsPage by a route name and preview hash
PagesRepository::findLocalizedPage() — Method in class PagesRepository
See if a localized version of this page exists if there is no difference we return null
SidebarManager::fetchPartialView() — Method in class SidebarManager
Fetches the corresponding html views for this sidebar from the input data
SidebarManager::fetchElementView() — Method in class SidebarManager
Fetches the sidebar form for this specific type of element
SidebarManager::fetchElementGridView() — Method in class SidebarManager
Fetches the grid of items that lists all the elements we can click on and bring up the edit form for
FrameworkClass in namespace Devise\Support
Class Framework wraps important components that we use from Laravel's framework.
FilterClass in namespace Devise\Support\Sortable
Class Filter
Sort::filter() — Method in class Sort
DeviseUserController::forgotPassword() — Method in class DeviseUserController
Renders forgot password view
GroupsRepository::findById() — Method in class GroupsRepository
Find group by id
GroupsRepository::findByName() — Method in class GroupsRepository
Find group by name
UsersRepository::findById() — Method in class UsersRepository
Find user by id
UsersRepository::findByEmail() — Method in class UsersRepository
Find user by email address

G

Manager::getImageUrl() — Method in class Manager
Image url for a given category and image
MenusRepository::getChildrenMenuItems() — Method in class MenusRepository
Get the children menu items of a menu name
MenusRepository::getSiblingMenuItems() — Method in class MenusRepository
Get menu siblings
CollectionsRepository::getInstances() — Method in class CollectionsRepository
This is used by the /admin/pages/{pageVersionId}/collections/{collectionSetId}/instances slug
Block::getStartingPosition() — Method in class Block
Gets the starting position of this block
Block::getStartBlock() — Method in class Block
Gets the starting node for block
Block::getStopBlock() — Method in class Block
Gets the stopping node for this block
Block::getBlocks() — Method in class Block
All the children blocks of this block
Block::getTags() — Method in class Block
Get all tags for all children blocks that have been nested.
$DeviseTagProperty in class DeviseTag
public fields for this devise tag
PageVersionsRepository::getUnscheduledPageVersions() — Method in class PageVersionsRepository
Returns a list of all the unscheduled page versions in this system
PagesRepository::getPageVersions() — Method in class PagesRepository
Get the versions of a page
PagesRepository::getRouteList() — Method in class PagesRepository
Get the route list for all the non admin pages
PagesRepository::getLivePageVersion() — Method in class PagesRepository
Gets the live version of this page
PagesRepository::getPageVersionByName() — Method in class PagesRepository
Gets the page version by name
PagesRepository::getPagesList() — Method in class PagesRepository
Gets a list of pages in array format probably used for drop down boxes.
DataBuilder::getData() — Method in class DataBuilder
Get the data for the view composer
DataBuilder::getValue() — Method in class DataBuilder
Gets the value of the view variable from options by parsing the options string and also any parameters for this specific variable.
Pagination::getIterator() — Method in class Pagination
Iterator lets us traverse this paginated object
$SidebarDataProperty in class SidebarData
Listing of groups
DeviseException::getFacadeRoot() — Method in class DeviseException
Pretends to be a Facade for Exception
DeviseResponse::getFacadeRoot() — Method in class DeviseResponse
Pretends to be a Facade for Response
DeviseValidationException::getErrors() — Method in class DeviseValidationException
Access the errors message bag
Filter::getField() — Method in class Filter
Get the field for this Filter, basically the html
Link::getClearSortLink() — Method in class Link
Link::getLink() — Method in class Link
Manager::getIsMulti() — Method in class Manager
Manager::getKey() — Method in class Manager
Manager::getStack() — Method in class Manager
GroupManagerClass in namespace Devise\Users\Groups
Class GroupManager manages the creating, updating, and removing of groups.
GroupsRepositoryClass in namespace Devise\Users\Groups
GroupsRepository::groupList() — Method in class GroupsRepository
List all the groups
GroupsRepository::groups() — Method in class GroupsRepository
Paginated list of groups
GroupsRepository::groupListForUser() — Method in class GroupsRepository
Get a list of groups for the given user id
GroupsResponseHandlerClass in namespace Devise\Users\Groups
RuleManager::getRules() — Method in class RuleManager
Get all rules
RuleManager::getClosure() — Method in class RuleManager
Get all closures
RuleManager::getCondition() — Method in class RuleManager
Retrieve conditions JSON from permission conditions config
SessionsRepository::getRememberMe() — Method in class SessionsRepository
Get "remember_me" field value
UserManager::generateActivateCode() — Method in class UserManager
Generate a random "activate_code" string

H

LocaleDetector::header() — Method in class LocaleDetector
Get locale from header accept string
ZencoderJob::handle() — Method in class ZencoderJob
Fire events when you see this job has been called back
ImageFieldUpdated::handle() — Method in class ImageFieldUpdated
This is called anytime after we update an image field in devise
VideoFieldUpdated::handle() — Method in class VideoFieldUpdated
This is called anytime after we update a video field in devise
$DeviseTagProperty in class DeviseTag
public fields for this devise tag
DeviseTag::hiddenPlaceHolderStr() — Method in class DeviseTag
String for this devise tag placeholder
DeviseResponse::hasMacro() — Method in class DeviseResponse
Checks if macro is registered
Sort::handleSorting() — Method in class Sort
Ads orderBy to the current query in builder
Sort::handleFiltering() — Method in class Sort
We process filtering on this query if there is any $this->Input->get() found for dvs-filters this is used in Sortable\Database\Eloquent\Builder.paginate
RuleList::hasUserName() — Method in class RuleList
Determine if a username or email is used for application login.
RuleList::hasEmail() — Method in class RuleList
Check if email field equals specified email
RuleList::hasFieldValue() — Method in class RuleList
Check if database field is equal to the specified value

I

InstallerCommandClass in namespace Devise\Cli
InvalidEncodingSettingsExceptionClass in namespace Devise\Media\Encoding
Class InvalidEncodingSettingsException is thrown in ZencoderJob anytime invalid settings are passed in when trying to create a new Zencoder api call to start encoding videos
InvalidFileExceptionClass in namespace Devise\Media\Files
Class InvalidFileException is thrown in MediaPaths whenever the file path given is not valid (it doesn't exist)
ImagesClass in namespace Devise\Media\Images
MediaPaths::isUrlPath() — Method in class MediaPaths
Returns true or false depending on if this is an image url or not
ImageFieldUpdatedClass in namespace Devise\Pages\Fields
This class should be registered in a service provider for PagesServiceProvider.
$BlockProperty in class Block
Keeps track of views that we've included this prevents us from re-opening other views so we don't have recursive loops going on
InvalidDeviseKeyExceptionClass in namespace Devise\Pages\Interrupter\Exceptions
This exception is thrown anytime the devise key is invalid.
InvalidDeviseTagExceptionClass in namespace Devise\Pages\Interrupter\Exceptions
Thrown whenever the devise tag is malformed.
IfNodeClass in namespace Devise\Pages\Interrupter\Nodes
Class IfNode is a node that matches "@if (...)" in the html/blade view
IncludeNodeClass in namespace Devise\Pages\Interrupter\Nodes
Class IncludeNode is a node that matches "@include (...)" in the html/blade view
DeviseUserController::index() — Method in class DeviseUserController
Render users index view
RuleList::isLoggedIn() — Method in class RuleList
Is user logged in system
RuleList::isInGroup() — Method in class RuleList
Checks if user is in a group
RuleList::isNotInGroup() — Method in class RuleList
Check user is not in a group

J

DeviseResponse::json() — Method in class DeviseResponse
Return a new JSON response from the application.
DeviseResponse::jsonp() — Method in class DeviseResponse
Return a new JSONP response from the application.

K

$DeviseTagProperty in class DeviseTag
public fields for this devise tag

L

LanguageDetectorClass in namespace Devise\Languages
Language detector is used to determine the current and universal languages for this system.
LanguagesManagerClass in namespace Devise\Languages
The languages manager allows us to manage the all things related to DvsLanguage model
LanguagesRepositoryClass in namespace Devise\Languages
The langauges repository provides methods to fetch rows in the context of DvsLanguage model
LanguagesRepository::languages() — Method in class LanguagesRepository
Paginated list of languages
LanguagesRepository::languageSelectorOptions() — Method in class LanguagesRepository
List of options for the a language selector
LanguagesResponseHandlerClass in namespace Devise\Languages
Handles responses for language routes.
LocaleDetectorClass in namespace Devise\Languages
Locales are shorthand 2 letter strings for a language/region.
MenuCache::loadMenu() — Method in class MenuCache
$PageSearchProperty in class PageSearch
Pagination::links() — Method in class Pagination
Lets us do links on this paginated object
LinkClass in namespace Devise\Support\Sortable
Class Link returns html anchor tags when given parameters this field helps create the up and down sorting links when filtering html table columns
Sort::link() — Method in class Sort
DeviseUserController::login() — Method in class DeviseUserController
Render login view
SessionsRepository::login() — Method in class SessionsRepository
Attempty to login a user
SessionsRepository::logout() — Method in class SessionsRepository
Log user out

M

LanguagesManager::modifyActiveFlag() — Method in class LanguagesManager
Updates the active field of a language
ManagerClass in namespace Devise\Media\Categories
Class Manager manages categories.
ManagerClass in namespace Devise\Media\Files
Class Manager
Images::makeThumbnailImage() — Method in class Images
Makes a thumbnail out of a file
ManagerClass in namespace Devise\Media\Images
Class Manager takes care of image management.
MediaPathsClass in namespace Devise\Media
Class MediaPaths abstracts away paths that we can use and also has a few helper methods for other classes to use
MediaPaths::makeRelativePath() — Method in class MediaPaths
Make this path relative to public directory
MenuCacheClass in namespace Devise\Menus
$MenuCacheProperty in class MenuCache
MenusManagerClass in namespace Devise\Menus
$MenusManagerProperty in class MenusManager
Generic message for success or failure of method execution
MenusRepositoryClass in namespace Devise\Menus
Class MenusRepository retrieves things related to DvsMenu and DvsMenuItems database table
MenusRepository::menus() — Method in class MenusRepository
Returns a Collection of DvsMenus
MenusResponseHandlerClass in namespace Devise\Menus
Class MenusResponseHandler is used to store and update menus and menu items in the database.
FieldValue::merge() — Method in class FieldValue
Merges in the array data into the field object json
$NodeProperty in class Node
string that was matched by regex pattern
$PageManagerProperty in class PageManager
This is a message that we can store why the validation failed
Pagination::make() — Method in class Pagination
Makes a new paginated result from a collection
DeviseResponse::macro() — Method in class DeviseResponse
Registers a macro
DeviseResponse::make() — Method in class DeviseResponse
Return a new response from the application.
ManagerClass in namespace Devise\Support\Sortable
Class Manager changes the cookie/session keys for multisorts
$GroupManagerProperty in class GroupManager
Validation messages
$SessionsRepositoryProperty in class SessionsRepository
This is a message that we can store why validation failed
$UserManagerProperty in class UserManager
Messages which we can store why validation failed
$UsersRepositoryProperty in class UsersRepository
This is a message that we can store why validation failed

N

$DeviseTagNodeProperty in class DeviseTagNode
This is the node name
$EndForeachNodeProperty in class EndForeachNode
This is the node name
$EndIfNodeProperty in class EndIfNode
This is the node name
$ForeachNodeProperty in class ForeachNode
This is the node name
$IfNodeProperty in class IfNode
This is the node name
$IncludeNodeProperty in class IncludeNode
This is the node name
NodeClass in namespace Devise\Pages\Interrupter\Nodes
A node is a piece of string/code from the blade template that we parsed out and identiied it as having some special signfigance.
NodeFactoryClass in namespace Devise\Pages\Interrupter\Nodes
Class NodeFactory creates new nodes given matches
EloquentModel::newQuery() — Method in class EloquentModel
Get a new query builder for the model's table.

O

ViewOpener::open() — Method in class ViewOpener
Attempt to open the view path if something fails then we silently fail and return an empty string...

P

PageVersionSourceClass in namespace Devise\Calendar
Purpose of this class is to source out events that are page versions in disguise.
DeviseServiceProvider::provides() — Method in class DeviseServiceProvider
Get the services provided by the provider.
LanguageDetector::primaryLanguageId() — Method in class LanguageDetector
Returns the primary language id for this system
EncodingServiceProvider::provides() — Method in class EncodingServiceProvider
Get the services provided by the provider.
$NodeProperty in class Node
Keeps up with the position where regex match was found
PageControllerClass in namespace Devise\Pages
All pages registered in dvs_pages database table come through this controller show method.
PageManagerClass in namespace Devise\Pages
Class PageManager manages the creating of new pages, updating pages and removing and copying pages.
PageNotFoundExceptionClass in namespace Devise\Pages
This exception is thrown whenever the page is not found in the database (likely because the page is not published)
PageResponseHandlerClass in namespace Devise\Pages
Response handler takes care of creating,updating, destroying and copying pages within the /admin/pages routes
PageVersionManagerClass in namespace Devise\Pages
Class PageVersionManager manages all things page versions related.
PageVersionsRepositoryClass in namespace Devise\Pages
Class PageVersionsRepository is used to search and retrieve DvsPageVersion models and things in context of a Devise Page Versions.
PagesExceptionClass in namespace Devise\Pages
This exception is thrown whenever there are problems with pages inside of PagesControllerResponse
PagesRepositoryClass in namespace Devise\Pages
Class PagesRepository is used to search and retrieve DvsPage models and things in context of a Devise Page.
PagesRepository::pages() — Method in class PagesRepository
Finds lots of pages in the system that are not admin pages and belong to the current language
PagesServiceProviderClass in namespace Devise\Pages
Registers the Pages service provider.
PagesServiceProvider::provides() — Method in class PagesServiceProvider
Get the services provided by the provider.
PageSearchClass in namespace Devise\Search
Class PageSearch is an example of how you could search for pages using the SearchableModelTrait
PaginationClass in namespace Devise\Search
Class Pagination is used so we can paginate search results from many different searched models
UniversalSearchProvider::provides() — Method in class UniversalSearchProvider
Get the services provided by the provider.
SidebarServiceProvider::provides() — Method in class SidebarServiceProvider
Get the services provided by the provider.
EloquentBuilder::paginate() — Method in class EloquentBuilder
Get a paginator for the "select" statement.
SortableServiceProvider::provides() — Method in class SortableServiceProvider
Get the services provided by the provider.
SupportServiceProvider::provides() — Method in class SupportServiceProvider
Get the services provided by the provider.
DeviseUserController::postDestroy() — Method in class DeviseUserController
Destroy user record
DeviseUserController::postLogin() — Method in class DeviseUserController
Process login form data
DeviseUserController::postLogout() — Method in class DeviseUserController
Process user log out
DeviseUserController::postRegister() — Method in class DeviseUserController
Process user registration form data
DeviseUserController::postResendActivation() — Method in class DeviseUserController
Handle POST data from resend activation form
DeviseUserController::postRemind() — Method in class DeviseUserController
Handle a POST request to remind a user of their password.
DeviseUserController::postReset() — Method in class DeviseUserController
Handle a POST request to reset a user's password.
UserServiceProvider::provides() — Method in class UserServiceProvider
Get the services provided by the provider.

R

CalendarResponseHandler::requestPageVersionEventSource() — Method in class CalendarResponseHandler
Requests the json for a given start and stop date for a given page source
CalendarResponseHandler::requestPageVersionEventUpdate() — Method in class CalendarResponseHandler
Requests that a page version event's start and end times be updated
DeviseServiceProvider::register() — Method in class DeviseServiceProvider
Register the service provider.
DeviseServiceProvider::registerEncoding() — Method in class DeviseServiceProvider
Register encoding service provider
DeviseServiceProvider::registerSidebar() — Method in class DeviseServiceProvider
Register the sidebar provider
DeviseServiceProvider::registerDeviseUniversalSearch() — Method in class DeviseServiceProvider
Register universal search service provider
DeviseServiceProvider::registerUsers() — Method in class DeviseServiceProvider
Register users service provider
LanguagesResponseHandler::requestPatchLanguage() — Method in class LanguagesResponseHandler
Patch a language's active flag
Manager::renameCategory() — Method in class Manager
Renames a category path
ResponseHandlerClass in namespace Devise\Media\Categories
Class ResponseHandler handles the controller side of managing categories.
ResponseHandler::requestStore() — Method in class ResponseHandler
Request a category be stored
ResponseHandler::requestDestroy() — Method in class ResponseHandler
Request a category be destroyed
ResponseHandler::requestRename() — Method in class ResponseHandler
Request a category be renamed
EncodingServiceProvider::register() — Method in class EncodingServiceProvider
Register the service provider.
Filesystem::rename() — Method in class Filesystem
Relocates a path from a location to a new location
Manager::renameUploadedFile() — Method in class Manager
Renames an uploaded file
Manager::removeUploadedFile() — Method in class Manager
Remove uploaded files from the /media directory
RepositoryClass in namespace Devise\Media\Files
Class Repository builds a complex array of data around the file structure of the media manager? This let's us fetch a lot of things regarding the file system around the media manager
ResponseHandlerClass in namespace Devise\Media\Files
Class ResponseHandler handles controller part of media manager as far as uploading, renaming and removing media files goes
ResponseHandler::requestUpload() — Method in class ResponseHandler
Requests a file upload
ResponseHandler::requestRename() — Method in class ResponseHandler
Requests a file rename
ResponseHandler::requestRemove() — Method in class ResponseHandler
Requests a file removal
Images::resizeImage() — Method in class Images
Resize this image path to specified width and height
ResponseHandlerClass in namespace Devise\Media\Images
Class ResponseHandler handles requests (controller/route) made to crop images
ResponseHandler::requestCrop() — Method in class ResponseHandler
Request a crop
MenusResponseHandler::requestStore() — Method in class MenusResponseHandler
Create a new menu then redirect to edit page
MenusResponseHandler::requestUpdate() — Method in class MenusResponseHandler
Update a Menu
CollectionsManager::removeInstance() — Method in class CollectionsManager
Remove instance from database
ResponseHandlerClass in namespace Devise\Pages\Collections
Handle responses for collection instances
ResponseHandler::requestStoreInstance() — Method in class ResponseHandler
Stores the instance with given pageversion and collection set ids
ResponseHandler::renameInstance() — Method in class ResponseHandler
Renames the instance with a better, faster, more improved name.
ResponseHandler::requestDeleteInstance() — Method in class ResponseHandler
Remove the collection instance from the database
FieldsResponseHandler::requestUpdate() — Method in class FieldsResponseHandler
Update field, creates a new version of the field this returns json
DeviseTag::replaceTagInView() — Method in class DeviseTag
Replaces this tag inside of this view.
PageController::retrieveResponse() — Method in class PageController
This retrieves a page with all the viewvars set on the response
PageResponseHandler::requestCreateNewPage() — Method in class PageResponseHandler
Request a new page be created
PageResponseHandler::requestUpdatePage() — Method in class PageResponseHandler
Request page be updated with given input
PageResponseHandler::requestDestroyPage() — Method in class PageResponseHandler
Request the page be deleted from database
PageResponseHandler::requestCopyPage() — Method in class PageResponseHandler
Request the page be copied to another page (duplicated)
PageResponseHandler::requestStorePageVersion() — Method in class PageResponseHandler
Request page version be stored
PageResponseHandler::requestPageList() — Method in class PageResponseHandler
Request the page listing
PageResponseHandler::requestUpdatePageVersionDates() — Method in class PageResponseHandler
Request a page version be updated
PageResponseHandler::requestTogglePageVersionShare() — Method in class PageResponseHandler
Request that the page version sharing be toggled
PagesServiceProvider::register() — Method in class PagesServiceProvider
Register the service provider.
UniversalSearch::register() — Method in class UniversalSearch
Provides a way to register new searchable items in our collection of Searchable items
UniversalSearchProvider::register() — Method in class UniversalSearchProvider
Register the service provider.
ResponseHandlerClass in namespace Devise\Sidebar
Class ResponseHandler is the controller action that handles fetching the sidebar.
ResponseHandler::requestSidebarPartial() — Method in class ResponseHandler
Loads the sidebar menu which houses settings and grid items to be clicked on.
ResponseHandler::requestElementPartial() — Method in class ResponseHandler
When we click the element box inside of the sidebar it loads the form for a specific element
ResponseHandler::requestElementGridPartial() — Method in class ResponseHandler
Reloads the entire grid.
SidebarServiceProvider::register() — Method in class SidebarServiceProvider
Register the service provider.
Manager::removeFromStack() — Method in class Manager
SortableServiceProvider::register() — Method in class SortableServiceProvider
Register the service provider.
SupportServiceProvider::register() — Method in class SupportServiceProvider
Register the service provider.
DeviseUserController::register() — Method in class DeviseUserController
Render user registration form
DeviseUserController::resendActivation() — Method in class DeviseUserController
Renders resend user activation email
DeviseUserController::remind() — Method in class DeviseUserController
Display the password reminder view.
DeviseUserController::reset() — Method in class DeviseUserController
Display the password reset view for the given token.
GroupsResponseHandler::requestCreateGroup() — Method in class GroupsResponseHandler
Create a new user request
GroupsResponseHandler::requestUpdateGroup() — Method in class GroupsResponseHandler
Update a group
GroupsResponseHandler::requestDestroyGroup() — Method in class GroupsResponseHandler
Delete a group
RedirectHandlerClass in namespace Devise\Users\Permissions
Class RedirectHandler handles redirecting
RedirectHandler::redirect() — Method in class RedirectHandler
The redirect handles redirecting appropriately based on the condition object passed in.
RuleListClass in namespace Devise\Users\Permissions
Class RuleList maintains list of built-in and user defined functions (in permissions-conditions config) which can be checked using DeviseUser Facade.
$RuleListProperty in class RuleList
Rules are a list of built-in methods in this class which are kept in an array; They are used to find and execute methods by name
RuleManagerClass in namespace Devise\Users\Permissions
Class RuleManager manages retrieval, creation/addition, execution and evaluation of native and user-defined rules.
RuleManager::runCondition() — Method in class RuleManager
Begins condition checking process by retrieving condition by name/key and then executing its contents.
RuleManagerFacadeClass in namespace Devise\Users\Permissions
SessionsRepository::register() — Method in class SessionsRepository
Register new user
SessionsRepository::resendActivation() — Method in class SessionsRepository
Resends activate email using submitted email address
SessionsRepository::remind() — Method in class SessionsRepository
Handle a POST request for "remind password"
SessionsRepository::reset() — Method in class SessionsRepository
Handle POST data from reset (change) password form
SessionsRepository::removeUnactivatedUsers() — Method in class SessionsRepository
Removes users which have been awaiting activation (after registering).
UserServiceProvider::register() — Method in class UserServiceProvider
Register the service provider.
UsersRepository::retrieveCurrentUser() — Method in class UsersRepository
Retrieve currently logged-in user object
UsersRepository::retrieveCurrentUserId() — Method in class UsersRepository
Retrieve current user id
UsersResponseHandler::requestCreateUser() — Method in class UsersResponseHandler
Request a new user be created
UsersResponseHandler::requestUpdateUser() — Method in class UsersResponseHandler
Request user be updated with a given input
UsersResponseHandler::requestDestroyUser() — Method in class UsersResponseHandler
Request the user be deleted from database

S

SourceClass in namespace Devise\Calendar
A source is a plage to fetch events given a start and end time.
LocaleDetector::segment() — Method in class LocaleDetector
We don't use this, but we could use it later if we wanted to.
CategoryPaths::serverPath() — Method in class CategoryPaths
Server path is the real path to the root media directory
Manager::storeNewCategory() — Method in class Manager
Stores the category in the filesystem
ZencoderNotificationsController::store() — Method in class ZencoderNotificationsController
Stores this video file from zencoder servers onto our local server
Filesystem::search() — Method in class Filesystem
Search this directory for this pattern
Manager::saveUploadedFile() — Method in class Manager
Saves the uploaded file to the media directory
Images::saveImage() — Method in class Images
Save the image to this path, also recursively creates the directories if they don't exist
MenuCache::saveMenu() — Method in class MenuCache
Block::start() — Method in class Block
Sets the starting node for this block
Block::stop() — Method in class Block
Sets the stopping node for this block.
PageController::show() — Method in class PageController
Displays details of a page
DataBuilder::setData() — Method in class DataBuilder
Set the data that will be used by a view composer
$PageSearchProperty in class PageSearch
PageSearch::scopeSearch() — Method in class PageSearch
SearchableModelTraitClass in namespace Devise\Search
Class SearchableModelTrait can be applied to an eloquent model to give it "searchablity".
SearchableModelTrait::scopeSearch() — Method in class SearchableModelTrait
Makes the search process work for a model
UniversalSearch::search() — Method in class UniversalSearch
Search through all registered searchers and put them together in results
SidebarDataClass in namespace Devise\Sidebar
Class SidebarData is a structured data object whose primary job is hold the properties you see below so we don't have to deal with an array, instead we get a nice clean object to work with.
SidebarDataTranslatorClass in namespace Devise\Sidebar
The translator's job is to translate input into something we can use for our views and other places.
SidebarManagerClass in namespace Devise\Sidebar
Class SidebarManager fetches the partial sidebar view for the given input data
SidebarServiceProviderClass in namespace Devise\Sidebar
This class loads all the providers in other folders for all of devise.
SnippetBladeCompilerClass in namespace Devise\Sidebar
Class SnippetBladeCompiler converts
DeviseResponse::stream() — Method in class DeviseResponse
Return a new streamed response from the application.
Manager::setIsMulti() — Method in class Manager
Manager::setKey() — Method in class Manager
SortClass in namespace Devise\Support\Sortable
Class Sort handles creating links and filters for us which
Sort::setDefaultOrderBy() — Method in class Sort
Sets the default value of defaultOrderBy
SortableFacadeClass in namespace Devise\Support\Sortable
Class SortableFacade
SortableServiceProviderClass in namespace Devise\Support\Sortable
Class SortableServiceProvider registers the Sort facade on the Laravel container
SupportServiceProviderClass in namespace Devise\Support
Class SupportServiceProvider registers support components of Devise and other helpers that Devise uses.
DeviseUserController::store() — Method in class DeviseUserController
Process user create form data
DeviseUserController::show() — Method in class DeviseUserController
Render user "show" view
RuleList::showDeviseSpan() — Method in class RuleList
Determines if we should show the devise span
SessionsRepositoryClass in namespace Devise\Users\Sessions
Class SessionsRepository is used to search and retrieve current DvsUser in session and things in context of a DvsUser/DvsGroup.

T

CategoryPaths::toDot() — Method in class CategoryPaths
Convert slashes into dots in the path
MediaPaths::touch() — Method in class MediaPaths
Create an empty file in this location
FieldValue::toJSON() — Method in class FieldValue
Returns this object as json string
$BlockProperty in class Block
The type of block could be if or foreach
$DeviseTagProperty in class DeviseTag
public fields for this devise tag
DeviseTag::tagBindingType() — Method in class DeviseTag
DeviseTags can be either collections or simple bindings depending on the key being key or key[something]
$DeviseTagNodeProperty in class DeviseTagNode
This is the type of node so that we know how to use this later in our DeviseBladeCompiler
$EndForeachNodeProperty in class EndForeachNode
This is the type of node so that we know how to use this later in our DeviseBladeCompiler
$EndIfNodeProperty in class EndIfNode
This is the type of node so that we know how to use this later in our DeviseBladeCompiler
$ForeachNodeProperty in class ForeachNode
This is the type of node so that we know how to use this later in our DeviseBladeCompiler
$IfNodeProperty in class IfNode
This is the type of node so that we know how to use this later in our DeviseBladeCompiler
$IncludeNodeProperty in class IncludeNode
This is the type of node so that we know how to use this later in our DeviseBladeCompiler
PageVersionManager::togglePageVersionPreviewShare() — Method in class PageVersionManager
Toggle "preview_hash" value between hashed string and null.
Pagination::toArray() — Method in class Pagination
Turns this paginated object into an array
Pagination::toJson() — Method in class Pagination
Turns this object into a json serialized object
SidebarDataTranslator::translateFromInputArray() — Method in class SidebarDataTranslator
Structures the data for the editor from array input
SidebarDataTranslator::translateCollectionData() — Method in class SidebarDataTranslator
Tranlates the input data array that has collection data in it into a SidebarData object

U

PageVersionSource::updatePageVersion() — Method in class PageVersionSource
This is here so that we can update a page version event
LanguageDetector::universal() — Method in class LanguageDetector
Get the universal language that we fallback to...
LanguageDetector::update() — Method in class LanguageDetector
Update the current language for this browser
LocaleDetector::universal() — Method in class LocaleDetector
Get the universal locale set by developer and laravel
LocaleDetector::update() — Method in class LocaleDetector
Updates the locale stored in this cookie
MenusManager::updateRules() — Method in class MenusManager
These are the update rules for a menu given an id
MenusManager::updateMenu() — Method in class MenusManager
Updates the active field of a Menu
CollectionsManager::updateInstanceSort() — Method in class CollectionsManager
Updates the instance with input data
CollectionsManager::updateInstanceName() — Method in class CollectionsManager
Update the collection instance name
ResponseHandler::updateSortOrder() — Method in class ResponseHandler
Updates the sort order for a given instance
FieldManager::updateField() — Method in class FieldManager
Updates the field
UnidentifiedNodeExceptionClass in namespace Devise\Pages\Interrupter\Nodes
Class UnidentifiedNodeException is thrown in NodeFactory whenever the node factory cannot identify the type of node to create
PageManager::updatePage() — Method in class PageManager
Validates and updates a page with the given input
PageManager::updatePageVersionDates() — Method in class PageManager
Updates the page version dates
PageVersionManager::updatePageVersionDates() — Method in class PageVersionManager
Update the page version dates
UniversalSearchClass in namespace Devise\Search
Class UniversalSearch lets us register new searchable models and then search through all of them
UniversalSearchProviderClass in namespace Devise\Search
Class DeviseUniversalSearchProvider registers the universal searching mechanism for Devise
DeviseUserController::update() — Method in class DeviseUserController
Process user edit form data
DeviseUserController::updatePassword() — Method in class DeviseUserController
Process edit password form data
GroupManager::updateRules() — Method in class GroupManager
Update validation rules
GroupManager::updateGroup() — Method in class GroupManager
Update a new Group
UserHelperClass in namespace Devise\Users
Helper allows specific methods to be easily accessible through the DeviseUser facade.
UserManagerClass in namespace Devise\Users
Class UserManager manages the creating of new users, updating existing users and removing users.
UserManager::updateRules() — Method in class UserManager
These are update rules for a user
UserManager::updateUser() — Method in class UserManager
Update a new user
UserServiceProviderClass in namespace Devise\Users
Class UserServiceProvider registers the devise user, rulelist and rulemanager facades
UsersRepositoryClass in namespace Devise\Users
Class UsersRepository is used to search and retrieve DvsUser models and things in context of a Devise User.
UsersRepository::users() — Method in class UsersRepository
Paginated list of users
UsersResponseHandlerClass in namespace Devise\Users
Response handler takes care of user login/logout, creating, updating, destroying users within /admin/users routes

V

VideoFieldUpdatedClass in namespace Devise\Pages\Fields
When the video field is updated we will call this class to handle the encoding part This should be registered in the Events of laravel whenever the PagesServiceProvider starts
ViewOpenerClass in namespace Devise\Pages\Interrupter
Class ViewOpener opens a view for an include statement in this format:
ViewvarComposerClass in namespace Devise\Pages\Viewvars
View composer here is registered in the Devise\Pages\PagesServiceProvider.php for all views that are contained within the view-vars config file.
DeviseResponse::view() — Method in class DeviseResponse
Return a new view response from the application.
SessionsRepository::validateCredentials() — Method in class SessionsRepository
Validate user credentials (without logging user into system)

Z

ZencoderJobClass in namespace Devise\Media\Encoding
Class ZencoderJob handles incoming requests that have been completed by Zencoder.
ZencoderNotificationsControllerClass in namespace Devise\Media\Encoding
Class ZencoderNotificationsController handles incoming requests from the zencoder server when it is finished encoding our videos in order to let us know it is time to download the encoded video back to our own servers
MediaPaths::zencoderUrl() — Method in class MediaPaths
Returns the zencoder url for this filename

_

CalendarResponseHandler::__construct() — Method in class CalendarResponseHandler
Construct a new CalendarResponseHandler
PageVersionSource::__construct() — Method in class PageVersionSource
Create a new PageVersionSource
LanguageDetector::__construct() — Method in class LanguageDetector
Create a new Language Detector
LanguagesManager::__construct() — Method in class LanguagesManager
Construct a new language manager
LanguagesRepository::__construct() — Method in class LanguagesRepository
Construct language repository
LanguagesResponseHandler::__construct() — Method in class LanguagesResponseHandler
Construct new response handler
CategoryPaths::__construct() — Method in class CategoryPaths
Create a new category path
Manager::__construct() — Method in class Manager
Create a new category manager
ResponseHandler::__construct() — Method in class ResponseHandler
Construct a new response handler for categories
ZencoderJob::__construct() — Method in class ZencoderJob
Create a new ZencoderJob
ZencoderNotificationsController::__construct() — Method in class ZencoderNotificationsController
Construct a new controller
FileDownloader::__construct() — Method in class FileDownloader
Create a new FileDownloader
Manager::__construct() — Method in class Manager
Construct a new File manager
Repository::__construct() — Method in class Repository
Constructs a new repository
ResponseHandler::__construct() — Method in class ResponseHandler
Construct a new response handler
Manager::__construct() — Method in class Manager
Construct a new image manager
ResponseHandler::__construct() — Method in class ResponseHandler
Construct a new image response handler
MediaPaths::__construct() — Method in class MediaPaths
Create a new Media Path Helper the purpose of this class is to determine paths for media (and versions of media)
MenusManager::__construct() — Method in class MenusManager
Construct a new user manager
MenusRepository::__construct() — Method in class MenusRepository
MenusResponseHandler::__construct() — Method in class MenusResponseHandler
Construct new response handler
CollectionFields::__construct() — Method in class CollectionFields
Create a new collection fields object from an array of fields
CollectionFields::__get() — Method in class CollectionFields
This magic method is used whenever we attempt to access a field key that doesn't exist on this CollectionFields container so that we don't return null (in case that we are chaining things)
CollectionFieldsFactory::__construct() — Method in class CollectionFieldsFactory
Create a new factory
CollectionsManager::__construct() — Method in class CollectionsManager
Create a new collections manager object
CollectionsRepository::__construct() — Method in class CollectionsRepository
Construct a new repository with all the dependencies
ResponseHandler::__construct() — Method in class ResponseHandler
Construct a new Response Handler used by dvs_pages
FieldManager::__construct() — Method in class FieldManager
Construct a new Field Manager
FieldValue::__construct() — Method in class FieldValue
Create a new FieldValue object from json string
FieldValue::__toString() — Method in class FieldValue
Convert to a empty string to avoid null pointer exceptions
FieldValue::__get() — Method in class FieldValue
Avoids null pointer exceptions by treating this like the empty string we only ever reach this magical method when we have attempted to fetch a key that does not exist on this FieldValue object
FieldValue::__call() — Method in class FieldValue
Allows us to set default values on a key if we do not have that key set in this FieldValue object
FieldsRepository::__construct() — Method in class FieldsRepository
Construct a new FieldsRepository
FieldsResponseHandler::__construct() — Method in class FieldsResponseHandler
Construct new response handler
ImageFieldUpdated::__construct() — Method in class ImageFieldUpdated
Constructs a new Image field updated event handler
VideoFieldUpdated::__construct() — Method in class VideoFieldUpdated
Construct a new VideoFieldUpdated instance
Block::__construct() — Method in class Block
Construct a new block
BlockFactory::__construct() — Method in class BlockFactory
Create a new block factory
DeviseBladeCompiler::__construct() — Method in class DeviseBladeCompiler
Constructs a new DeviseBladeCompiler
DeviseTag::__construct() — Method in class DeviseTag
Create DeviseTag from this DeviseTag Node
Node::__construct() — Method in class Node
Creates a new Node object
ViewOpener::__construct() — Method in class ViewOpener
Construct a new view opener
PageController::__construct() — Method in class PageController
Creates a new DvsPagesController instance.
PageManager::__construct() — Method in class PageManager
Construct a new page manager
PageResponseHandler::__construct() — Method in class PageResponseHandler
Construct a new PageResponseHandler
PageVersionManager::__construct() — Method in class PageVersionManager
Construction depends on PageVersin model and UserHelper to get current user id
PageVersionsRepository::__construct() — Method in class PageVersionsRepository
Create a new PageRepostiry instance.
PagesRepository::__construct() — Method in class PagesRepository
Create a new PageRepostiry instance.
DataBuilder::__construct() — Method in class DataBuilder
Construct a new data builder
ViewvarComposer::__construct() — Method in class ViewvarComposer
Create new instance of ViewvarComposer
UniversalSearch::__construct() — Method in class UniversalSearch
Create a new universal search
ResponseHandler::__construct() — Method in class ResponseHandler
Construct new response handler for fetching the sidebar view
SidebarData::__construct() — Method in class SidebarData
Constructs a new SidebarData instance
SidebarDataTranslator::__construct() — Method in class SidebarDataTranslator
Create a new SidebarData Translator
SidebarManager::__construct() — Method in class SidebarManager
Create a new sidebar manager
DeviseValidationException::__construct() — Method in class DeviseValidationException
Construct a new Validation exception
Framework::__get() — Method in class Framework
Magic method so we can call $this->Config instead of $this->Config()
Filter::__construct() — Method in class Filter
Link::__construct() — Method in class Link
Construct a new link
Manager::__construct() — Method in class Manager
Construct a new Manager for sorting
Sort::__construct() — Method in class Sort
DeviseUserController::__construct() — Method in class DeviseUserController
GroupManager::__construct() — Method in class GroupManager
Construct a new Group manager
GroupsRepository::__construct() — Method in class GroupsRepository
GroupsResponseHandler::__construct() — Method in class GroupsResponseHandler
Construct new response handler
RedirectHandler::__construct() — Method in class RedirectHandler
Construct a new redirector
RuleList::__construct() — Method in class RuleList
Construct a new RuleList
RuleList::__call() — Method in class RuleList
Handle execution of the different types of methods
RuleManager::__construct() — Method in class RuleManager
Construct a new rule manager
SessionsRepository::__construct() — Method in class SessionsRepository
Create a new SessionsRepository instance.
UserHelper::__construct() — Method in class UserHelper
UserHelper::__call() — Method in class UserHelper
Magic method to used to catch function(s) not found in RuleManager
UserManager::__construct() — Method in class UserManager
Construct a new user manager
UsersRepository::__construct() — Method in class UsersRepository
Construct a new users repository
UsersResponseHandler::__construct() — Method in class UsersResponseHandler
Constructs a new UsersResponseHandler