A

LanguagesRepository::activeLanguageList() — Method in class LanguagesRepository
List of active languages
$BaseScaffoldingProperty in class BaseScaffolding
ApiPagesManagerClass in namespace Devise\Pages
Class ApiPagesManager manages the creating of new pages, updating pages
ApiPagesRepositoryClass in namespace Devise\Pages
Class ApiPagesRepository is used to retrieve DvsPage models of Function type
ApiPagesResponseHandlerClass in namespace Devise\Pages
Response handler takes care of creating,updating, destroying
AudioFieldUpdatedClass in namespace Devise\Pages\Fields\Handlers
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
$DeviseTagProperty in class DeviseTag
Alternate target for live updates
AddPlaceHolderTagsClass in namespace Devise\Pages\Interpreter\Modifiers
This visitor class handles putting
AddPlaceHolderTags::afterTraverse() — Method in class AddPlaceHolderTags
Runs after all the nodes have been examined
CreatePristineSection::afterTraverse() — Method in class CreatePristineSection
After we traverse the tree, we are going to split the view into two parts. The first part is for devise editors and the second part is for pristine viewers
RegisterDeviseTags::afterTraverse() — Method in class RegisterDeviseTags
Runs after all the nodes have been examined
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
TemplatesRepository::allTemplatesPaginated() — Method in class TemplatesRepository
Get an array of all template paths and human names
DeviseUserController::activate() — Method in class DeviseUserController
Handle activation of user account
PermissionsRepository::availablePermissions() — Method in class PermissionsRepository
Get all the available permissions we can pick from on the menu items list
PermissionsRepository::allPermissionsPaginated() — Method in class PermissionsRepository
Get an array of all permission paths and human names
PermissionsRepository::availableRulesList() — Method in class PermissionsRepository
Uses available rules from Devise\Users\Permissions\RuleManager Class to build options for select
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
MigrationScaffolding::buildAndRun() — Method in class MigrationScaffolding
The primary initialization for building migrations
SeederScaffolding::build() — Method in class SeederScaffolding
BaseScaffoldingClass in namespace Devise\Models\Scaffolding\Types
Class BaseScaffolding
BladeEngineCompilerClass in namespace Devise\Pages\Interpreter
This class merely decorates the another compiler and thus giving us the extra functionality we need to work properly.
$DeviseTagProperty in class DeviseTag
This could be a model, field or collection binding type
CreatePristineSection::beforeTraverse() — Method in class CreatePristineSection
Runs after all the nodes have been examined
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.
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
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. At first we try to use the cookie if one is set. If a cookie is not set then we attempt to deduce the locale in this order: url segment, http headers, and finally we fall back to the universal locale which is set in laravel's app.locale (defaults to en).
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. (If you try to create the same directory)
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::canMakeThumbnailFromFile() — Method in class Images
Lets us know if we can make a thumbnail from this file objet
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
SanityChecksHelper::checkViewsDirectory() — Method in class SanityChecksHelper
SanityChecksHelper::checkSrcDirectory() — Method in class SanityChecksHelper
TemplateScaffolding::convertTemplatesAndSave() — Method in class TemplateScaffolding
$BaseScaffoldingProperty in class BaseScaffolding
CrudScaffoldingClass in namespace Devise\Models\Scaffolding\Types
Class CrudScaffolding
ApiPagesManager::createNewPage() — Method in class ApiPagesManager
Validates and creates a page with the given input
CollectionFieldsClass in namespace Devise\Pages\Collections
This classes purpose is to act as a container for fields on the collection level. A collection can have multiple fields, e.g.
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
CollectionsManager::createNewInstanceField() — Method in class CollectionsManager
[createNewInstanceField description]
CollectionsRepositoryClass in namespace Devise\Pages\Collections
Retreives collection instances and sets and fields for us.
CreatorClass in namespace Devise\Pages\Docs
BladeEngineCompiler::compile() — Method in class BladeEngineCompiler
Compile the view at the given path.
DeviseCompiler::compile() — Method in class DeviseCompiler
Compile the view with devise code in it
$DeviseTagProperty in class DeviseTag
Collection name
$DeviseTagProperty in class DeviseTag
The human name of the collection
$DeviseTagProperty in class DeviseTag
Category name provides us with a dropdown in the sidebar for a group.
$DeviseTagProperty in class DeviseTag
The chain array of string value pairs for a model or attribute
DvsPageData::cid() — Method in class DvsPageData
Returns the cid for this $id and also sets default values for this cid. At this point, the $default values should be set correctly, if not then we need to just throw the exception because something is not right. We also allow for variables in this place, so we need to update all the values for this $id. So if we have a human name with like $someVar in it, then this is the place where we actually update it.
CreatePristineSectionClass in namespace Devise\Pages\Interpreter\Modifiers
this creates two sections, one for devise editors and the other a pristine section which removes all the data-devise stuff.
ModelManager::createFieldsAndModel() — Method in class ModelManager
Creates a new model from the given fields
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
EnvironmentFileManager::createIfNotExists() — Method in class EnvironmentFileManager
Checks for existence of .env file, if not it creates a new one.
DeviseInstallCommand::changeDatabaseConfigFile() — Method in class DeviseInstallCommand
Changes the default out of the box Laravel database config to include other env() settings that we will use in Devise such as 'default' and we also update the sqlite driver stuff
DeviseInstallCommand::changeEmailConfigFile() — Method in class DeviseInstallCommand
Changes the email config file out of the box to include devise as the password reminder view instead of the other view
DatabaseCreator::createDatabase() — Method in class DatabaseCreator
Create a new database from given settings
InstallWizard::createAdminUser() — Method in class InstallWizard
Create the admin user for the installer. This will create the user with the email and password given and then it will also put that user into the admin group
InstallWizard::checkAssets() — Method in class InstallWizard
[checkAssets description]
Manager::clearStack() — Method in class Manager
Sort::clearSortLink() — Method in class Sort
TemplatesManager::createVarRules() — Method in class TemplatesManager
Validation rules for registering a new template
TemplatesRepository::compileAllUsedVars() — Method in class TemplatesRepository
compiles an array of all of the variables used in the application
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
PermissionsManager::createRules() — Method in class PermissionsManager
Create rules for a new permission
$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. We don't want the developer to have to load 10 different service providers to work with devise, so this class is just a wrapper to load all of the service providers instead of having to load 10 individual ones in the app/config/app.php file
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. If $filename is null then we just use the name from the $url
MediaPaths::downloadFromUrl() — Method in class MediaPaths
Downloads the image so that we can re-use it later and crop it and resize it accordingly
Creator::deviseDocs() — Method in class Creator
Returns devise docs for the sidebar for this view path
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.
DvsMagicModeClass in namespace Devise\Pages\Fields
DvsMagicMode::disable() — Method in class DvsMagicMode
[disable description]
DvsMagicMode::disabled() — Method in class DvsMagicMode
[disabled description]
DeviseCompilerClass in namespace Devise\Pages\Interpreter
purpose of this class is to add placeholder tags and also rename devise tags and lastly append on App::make('dvsPageData')->bindings for devise tags, collections, models and model creators
DeviseParserClass in namespace Devise\Pages\Interpreter
DeviseTagClass in namespace Devise\Pages\Interpreter
$DeviseTagProperty in class DeviseTag
Default values to set on this devise tag
DvsPageDataClass in namespace Devise\Pages\Interpreter
A storage container class that stores collections and fields for a given page. These fields and collections are addeded to a singleton registered in Devise\Pages\PagesServiceProvider.php called 'dvsPageData'. ALl blade views that contain fields and/or collections will use methods like addCollection and addField respectively to add in the data. Eventually all this data is spit out as JSON for the javascript library in devise to take over from there.
DvsPageData::database() — Method in class DvsPageData
Set the values up in the database
DuplicateDeviseKeyExceptionClass in namespace Devise\Pages\Interpreter\Exceptions
This exception is thrown anytime there are multiple devise fields on a page that share the same key. Keys are unique to the page.
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 views.php config for a devise page. It uses a ViewComposer (found in this directory) to inject in the data that is built using this class.
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 devise views.php config has been improperly configured.
DeviseInstallCommandClass in namespace Devise\Support\Console
DeviseMigrateCommandClass in namespace Devise\Support\Console
DevisePublishAssetsCommandClass in namespace Devise\Support\Console
DevisePublishConfigsCommandClass in namespace Devise\Support\Console
DeviseResetCommandClass in namespace Devise\Support\Console
DeviseSeedCommandClass in namespace Devise\Support\Console
DeviseEloquentAddonsClass in namespace Devise\Support
DeviseExceptionClass in namespace Devise\Support
Class DeviseException should be the base class exception for any exception thrown inside of Devise. This way we can catch those specifically if we want and know that they are different from just regular exceptions.
DeviseHttpExceptionClass in namespace Devise\Support
Class DeviseHttpException should be the base class exception for any exception thrown inside of Devise. This way we can catch those specifically if we want and know that they are different from just regular exceptions.
DevisePaginatorClass in namespace Devise\Support
DeviseResponseClass in namespace Devise\Support
Class DeviseResponse for some reason Illuminate\Support\Facades\Response is not an actual facade but a real class. So we can't use getFacadeAccessor on it. Instead we write a proxy class called DeviseResponse which simply calls static methods on Response object.
DeviseResponse::download() — Method in class DeviseResponse
Create a new file download response.
DeviseSeederClass in namespace Devise\Support
DeviseValidationExceptionClass in namespace Devise\Support
This validation exception is thrown when ever there are validation errors somewhere. It is used in the Manager class to assert fields are valid.
DatabaseCreatorClass in namespace Devise\Support\Installer
DeviseTemplateNotFoundExceptionClass in namespace Devise\Templates
Class DeviseTemplateNotFoundException is thrown in the case where devise templates.php config is missing the a view path
TemplatesManager::destroyTemplate() — Method in class TemplatesManager
Destroys a template by retrieving current config contents and unsetting the key (templatePath) then saving the updated contents
DeviseUserClass in namespace Devise\Users
DeviseUserControllerClass in namespace Devise\Users
GroupManager::destroyGroup() — Method in class GroupManager
Delete a Group
PermissionsManager::destroyPermission() — Method in class PermissionsManager
Destroys a permission by retrieving current config contents and unsetting the key (condition) then saving the updated contents
UserManager::destroyUser() — Method in class UserManager
Delete a user

E

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. Looks like it extracts images from a category path.
$MenusManagerProperty in class MenusManager
Keeps any errors from validation
$ScaffoldingManagerProperty in class ScaffoldingManager
DvsMagicMode::enable() — Method in class DvsMagicMode
[enable description]
DvsMagicMode::enabled() — Method in class DvsMagicMode
[enabled description]
LiveFieldValue::extract() — Method in class LiveFieldValue
This extracts the variables so they may be used.
BladeEngineCompiler::extend() — Method in class BladeEngineCompiler
[extend description]
CreatePristineSection::enterNode() — Method in class CreatePristineSection
Removes the devise tag stuff
EchoDeviseMagicClass in namespace Devise\Pages\Interpreter\Modifiers
EchoDeviseMagic::enterNode() — Method in class EchoDeviseMagic
We need to look for different types of nodes inside of echo nodes only
RegisterDeviseTags::enterNode() — Method in class RegisterDeviseTags
We are examine this node for data-devise tags inside of the html. We only need to check out InlineHTML nodes
ModelsResponseHandler::executeModelFieldUpdate() — Method in class ModelsResponseHandler
Updates a single model field for this model (attribute)
ModelsResponseHandler::executeModelFieldsUpdate() — Method in class ModelsResponseHandler
Loops over all fields for this model and updates the model with new values (model)
ModelsResponseHandler::executeModelFieldsCreate() — Method in class ModelsResponseHandler
Model creators use this to create new model fields for a model (model creator)
$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
EnvironmentFileManagerClass in namespace Devise\Support\Config
SettingsManager is used to update the config overrides file which allows an admin to override any config variable in devise
SettingsResponseHandler::executeUpdate() — Method in class SettingsResponseHandler
$DeviseInstallCommandProperty in class DeviseInstallCommand
Mocks the environment
$InstallWizardProperty in class InstallWizard
[$errors description]
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.
$TemplatesManagerProperty in class TemplatesManager
Errors are kept in an array and can be used later if validation fails and we want to know why
TemplatesResponseHandler::executeStore() — Method in class TemplatesResponseHandler
Executes store template method in TemplatesManager and properly handles the response.
TemplatesResponseHandler::executeUpdate() — Method in class TemplatesResponseHandler
Executes update template method in TemplatesManager and handles the response accordingly.
TemplatesResponseHandler::executeDestroy() — Method in class TemplatesResponseHandler
Executes destroy template method in TemplatesManager and properly handles the response.
TemplatesResponseHandler::executeVariableStore() — Method in class TemplatesResponseHandler
Executes store variable method from TemplatesManager
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
$PermissionsManagerProperty in class PermissionsManager
Errors are kept in an array and can be used later if validation fails and we want to know why
PermissionsResponseHandler::executeStore() — Method in class PermissionsResponseHandler
Executes store permission method in PermissionsManager and properly handles the response.
PermissionsResponseHandler::executeUpdate() — Method in class PermissionsResponseHandler
Executes update permission method in PermissionsManager and handles the response accordingly.
PermissionsResponseHandler::executeDestroy() — Method in class PermissionsResponseHandler
Executes destroy permission method in PermissionsManager and properly handles the response.
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

F

PageVersionSource::fetchEvents() — Method in class PageVersionSource
Returns a list of events in FullCalendar Event format.
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
MenuCache::forgetMenu() — Method in class MenuCache
MenusRepository::findById() — Method in class MenusRepository
Finds DvsMenu by an integer id
MenusRepository::findMenuByName() — Method in class MenusRepository
Find menu using name value
ApiPagesRepository::find() — Method in class ApiPagesRepository
finds a record by it's id
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.
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. We also can find global fields with this repository.
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
FieldsRepository::findContentRequestedFieldsList() — Method in class FieldsRepository
Find all fields where content requested is true for given page version id and builds a list of field keys
FieldsResponseHandlerClass in namespace Devise\Pages\Fields
ViewOpener::findAllIncludedViews() — Method in class ViewOpener
Recursively finds every view that is included inside this view
PagesRepository::find() — Method in class PagesRepository
finds a record by it's id
PagesRepository::findWithVersion() — Method in class PagesRepository
finds a record by it's id and provide version and field data
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
PagesRepository::findTemplateVariables() — Method in class PagesRepository
Find the page variables for this given page
PagesRepository::findPageTemplates() — Method in class PagesRepository
Find the page templates for this given page
FileManagerClass in namespace Devise\Support\Config
Class FileManager is used to manage retrieving and modifying Devise config(s) files along with any other management functions
SettingsRepository::fetchAllOverrides() — Method in class SettingsRepository
DeviseSeeder::findOrCreateRow() — Method in class DeviseSeeder
We are creating a new page when it does not exist already.
FrameworkClass in namespace Devise\Support
Class Framework wraps important components that we use from Laravel's framework. Components like Config, Validator, Request, Response.
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 field
UsersRepository::findByName() — Method in class UsersRepository
Find user by name field
UsersRepository::findByUsername() — Method in class UsersRepository
Find user by name field

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
MigrationScaffolding::getMigrationTemplatePath() — Method in class MigrationScaffolding
MigrationScaffolding::getTargetFilePath() — Method in class MigrationScaffolding
ScaffoldingRepository::getModelFieldTypesList() — Method in class ScaffoldingRepository
Gets a list of field types for models
ScaffoldingRepository::getModelFormTypesList() — Method in class ScaffoldingRepository
Gets a list of form types
SeederScaffolding::getTemplatePath() — Method in class SeederScaffolding
SeederScaffolding::getDatabaseSeederPath() — Method in class SeederScaffolding
SeederScaffolding::getTargetFilePath() — Method in class SeederScaffolding
CollectionsRepository::getInstances() — Method in class CollectionsRepository
This is used by the /admin/pages/{pageVersionId}/collections/{collectionSetId}/instances slug
FieldValue::get() — Method in class FieldValue
Gets this field with this name, returns default if nothing is found.
LiveFieldValue::get() — Method in class LiveFieldValue
Gets this field with this name, returns default if nothing is found.
BladeEngineCompiler::getCompiledPath() — Method in class BladeEngineCompiler
Get the path to the compiled version of a view.
DeviseParser::getDeviseTags() — Method in class DeviseParser
Get the list of regex'ed devise tags out of the html
$DeviseTagProperty in class DeviseTag
Group name of the tag. We can group together different nodes.
TagManager::getInstanceForTag() — Method in class TagManager
Find this tag in the database
ModelFieldValidationFailedException::getErrors() — Method in class ModelFieldValidationFailedException
PageVersionsRepository::getUnscheduledPageVersions() — Method in class PageVersionsRepository
Returns a list of all the unscheduled page versions in this system
PageVersionsRepository::getVersionsListForPage() — Method in class PageVersionsRepository
Returns a list of all the versions for a particular page
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.
PagesRepository::getUnUsedLanguageList() — Method in class PagesRepository
Gets a list of languages that the page has not been translated to or originates from
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
EnvironmentFileManager::get() — Method in class EnvironmentFileManager
Extract the settings from the env file it should be in format DB_HOST=something and take up no more than one line
FileManager::getAppOnly() — Method in class FileManager
Retrives only the config array from the app's file. exclude's the package's config
DeviseException::getFacadeRoot() — Method in class DeviseException
Pretends to be a Facade for Exception
DeviseHttpException::getFacadeRoot() — Method in class DeviseHttpException
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
InstallerController::getIndex() — Method in class InstallerController
Welcome the installer/admin
InstallerController::getWelcome() — Method in class InstallerController
Welcome the installer/admin
InstallerController::getInformInstallAssets() — Method in class InstallerController
[getInformInstallAssets description]
InstallerController::getAssets() — Method in class InstallerController
[getAssets description]
InstallerController::getEnvironment() — Method in class InstallerController
Show environment page
InstallerController::getDatabase() — Method in class InstallerController
Show the database page
InstallerController::getApplication() — Method in class InstallerController
Sets up the application
InstallerController::getCreateUser() — Method in class InstallerController
Show the create user page
Filter::getField() — Method in class Filter
Get the field for this Filter, basically the <input type="text" .
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
TemplatesRepository::getTemplateByPath() — Method in class TemplatesRepository
Get template and any related data by using its template path to retrieve its related data from the templates config
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
PermissionsRepository::getAllPermissions() — Method in class PermissionsRepository
Get all permissions from current permissions config
PermissionsRepository::getPermissionByPath() — Method in class PermissionsRepository
Get permission and any related data by using its permission path to retrieve its related data from the permissions config
PermissionsRepository::getRuleParamMap() — Method in class PermissionsRepository
Uses array of rule names to create a map of names to paramter count
RuleManager::getRules() — Method in class RuleManager
Get all rules
RuleManager::getNumberOfRequiredParametersForRule() — 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
AudioFieldUpdated::handle() — Method in class AudioFieldUpdated
This is called anytime after we update a video field in devise
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
DeviseParser::hasDeviseTags() — Method in class DeviseParser
Check the html to see if it has any devise tags in it
$DeviseTagProperty in class DeviseTag
Human name of the devise tag
DeviseInstallCommand::handle() — Method in class DeviseInstallCommand
Run the package migrations.
DeviseMigrateCommand::handle() — Method in class DeviseMigrateCommand
Run the package migrations.
DevisePublishAssetsCommand::handle() — Method in class DevisePublishAssetsCommand
Run the package migrations.
DevisePublishConfigsCommand::handle() — Method in class DevisePublishConfigsCommand
Run the package migrations.
DeviseResetCommand::handle() — Method in class DeviseResetCommand
Run the package migrations.
DeviseSeedCommand::handle() — Method in class DeviseSeedCommand
Run the package migrations.
DeviseResponse::hasMacro() — Method in class DeviseResponse
Checks if macro is registered
VerifyCsrfToken::handle() — Method in class VerifyCsrfToken
Handle an incoming request.
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

I

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
ScaffoldingManager::interpretInputData() — Method in class ScaffoldingManager
Takes in input array and sets/unsets data according to form input.
TemplateScaffolding::insertTemplateConfiguration() — Method in class TemplateScaffolding
ImageFieldUpdatedClass in namespace Devise\Pages\Fields\Handlers
This class should be registered in a service provider for PagesServiceProvider. It is called anytime a field with type "image" is updated. We do this so we can hook into the updated event and then create media versions and thumbnails for this image field
BladeEngineCompiler::isExpired() — Method in class BladeEngineCompiler
Determine if the given view is expired.
$DeviseTagProperty in class DeviseTag
Identifier of the devise tag
DvsPageData::initialize() — Method in class DvsPageData
The dvs page data cannot create fields and collection objects without knowing what page we are on. This is injected in on every view that uses dvsPageData.
InvalidDeviseKeyExceptionClass in namespace Devise\Pages\Interpreter\Exceptions
This exception is thrown anytime the devise key is invalid. A invalid variable name in php is considered an invalid key name. We have to use key name in php to referrence the devise key, i.e. $keyName->text
InvalidDeviseTagExceptionClass in namespace Devise\Pages\Interpreter\Exceptions
Thrown whenever the devise tag is malformed.
InvalidModelMappingExceptionClass in namespace Devise\Pages\Interpreter\Exceptions
Thrown whenever the model tag has no picks, resulting in a zero count mapping inside the TagManager
TagManager::initialize() — Method in class TagManager
Initializes values for our tag manager
$DeviseInstallCommandProperty in class DeviseInstallCommand
This input output object for writing to console
InstallWizardClass in namespace Devise\Support\Installer
InstallWizard::installDevise() — Method in class InstallWizard
[installDevise description]
InstallWizard::installAssets() — Method in class InstallWizard
[installAssets description]
InstallerControllerClass in namespace Devise\Support\Installer
DeviseUserController::index() — Method in class DeviseUserController
Render users index view

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
Key name

L

LanguageDetectorClass in namespace Devise\Languages
Language detector is used to determine the current and universal languages for this system. It uses LocaleDetector to get the universal code, i.e 'en', 'es', and then fetches the DvsLanguage from the database
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. This class is likely used as a responsepath to a dvspage field.
LocaleDetectorClass in namespace Devise\Languages
Locales are shorthand 2 letter strings for a language/region.
MenuCache::loadMenu() — Method in class MenuCache
LiveSpanClass in namespace Devise\Pages\Docs
DvsMagicMode::live() — Method in class DvsMagicMode
[live description]
LiveFieldValueClass in namespace Devise\Pages\Fields
Field value is an object that holds json values for a DvsField model
$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. A category is basically a directory inside of the /media folder.
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. This lets us get a list of images and also crop and resize images
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
MenusRepository::menuStructure() — Method in class MenusRepository
A simple way to view the menu structure not in use by anything right now but here for troubleshooting menus if we need to
MenusResponseHandlerClass in namespace Devise\Menus
Class MenusResponseHandler is used to store and update menus and menu items in the database. There is likely a dvs_pages database row pointing to these two methods.
MigrationScaffoldingClass in namespace Devise\Models\Scaffolding
Class MigrationScaffolding
$ScaffoldingManagerProperty in class ScaffoldingManager
ScaffoldingManager::makeScaffolding() — Method in class ScaffoldingManager
FieldManager::markNoContentRequested() — Method in class FieldManager
Sets a series of fields content requested to false
FieldValue::merge() — Method in class FieldValue
Merges in the array data into the field object json
LiveFieldValue::merge() — Method in class LiveFieldValue
Merges in the array data into the field object json
ModelFieldValidationFailedExceptionClass in namespace Devise\Pages\Models
ModelManagerClass in namespace Devise\Pages\Models
ModelsResponseHandlerClass in namespace Devise\Pages\Models
$PageManagerProperty in class PageManager
This is a message that we can store why the validation failed
PageManager::markContentRequestedFieldsComplete() — Method in class PageManager
Pagination::make() — Method in class Pagination
Makes a new paginated result from a collection
EnvironmentFileManager::merge() — Method in class EnvironmentFileManager
Merge in environment settings
SettingsManager::merge() — Method in class SettingsManager
Merges these settings in with the other settings from the overrides config file
DevisePaginator::make() — Method in class DevisePaginator
Create paginator
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
$TemplatesManagerProperty in class TemplatesManager
This is a message that we can store why the validation failed
$TemplatesManagerProperty in class TemplatesManager
Validation messages
$GroupManagerProperty in class GroupManager
Validation messages
$PermissionsManagerProperty in class PermissionsManager
This is a message that we can store why the validation failed
$PermissionsManagerProperty in class PermissionsManager
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

DeviseEloquentAddons::newInstanceWithOldInput() — Method in class DeviseEloquentAddons
Lets us get a new instance populated with old input if there is any input
Sortable::newQuery() — Method in class Sortable
Get a new query builder for the model's table.

O

FieldValue::override() — Method in class FieldValue
Overrides this data with the new input array
LiveFieldValue::override() — Method in class LiveFieldValue
Overrides this data with the new input array
ViewOpener::open() — Method in class ViewOpener
Attempt to open the view path if something fails then we silently fail and return an empty string.
ViewOpener::openViewPath() — Method in class ViewOpener
Find the real path
OverridesClass in namespace Devise\Support\Config
RuleManager::overwriteRule() — Method in class RuleManager
Add replaces element in rules array

P

PageVersionSourceClass in namespace Devise\Calendar
Purpose of this class is to source out events that are page versions in disguise. It also handles updating a page version event if the user has changed it on the front end calendar .
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.
$BaseScaffoldingProperty in class BaseScaffolding
ApiPagesRepository::pages() — Method in class ApiPagesRepository
Finds all 'Funciton' type pages
DeviseParser::parse() — Method in class DeviseParser
Parses the string for us
PageDataNotInitializedExceptionClass in namespace Devise\Pages\Interpreter\Exceptions
Thrown whenever the page is not initialized with correct data. This should never happen unless we have bugs in our code.
PageControllerClass in namespace Devise\Pages
All pages registered in dvs_pages database table come through this controller show method. The reason for this is so that the database can be in charge of the routes and a non developer can construct new pages with predefined templates in a dropdown selectbox.
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. This allows us to manage our pages within the Devise cms. It also provides the ability to scan blade views and extract out fields and collections which can be loaded in the Devise Sidebar and maintained by the admin.
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.
InstallerController::postEnvironment() — Method in class InstallerController
Save the environment
InstallerController::postDatabase() — Method in class InstallerController
Save the database
InstallerController::postApplication() — Method in class InstallerController
Save the application setup
InstallerController::postCreateUser() — Method in class InstallerController
Save the new user and redirect them to the settings wizard
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.
PermissionsManagerClass in namespace Devise\Users\Permissions
Class PermissionsManager manages updating permissions, removing and additional admin functions
PermissionsRepositoryClass in namespace Devise\Users\Permissions
Class PermissionsRepository is used to retrieve permission data
PermissionsResponseHandlerClass in namespace Devise\Users\Permissions
Class PermissionsResponseHandler is used to retrieve permission data
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::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. These methods are likely referenced in dvs_pages table
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
MigrationScaffolding::runMigration() — Method in class MigrationScaffolding
SanityChecksHelper::runSanityCheck() — Method in class SanityChecksHelper
ScaffoldingResponseHandler::requestCreateNewModel() — Method in class ScaffoldingResponseHandler
Request a new page be created
ApiPagesResponseHandler::requestCreateNewPage() — Method in class ApiPagesResponseHandler
Request a new page be created
ApiPagesResponseHandler::requestUpdatePage() — Method in class ApiPagesResponseHandler
Request page be updated with given input
ApiPagesResponseHandler::requestDestroyPage() — Method in class ApiPagesResponseHandler
Request the page be deleted from database
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
LiveSpan::replace() — Method in class LiveSpan
[replace description]
FieldManager::resetField() — Method in class FieldManager
Reset field values
FieldsResponseHandler::requestUpdate() — Method in class FieldsResponseHandler
Update field, creates a new version of the field this returns json
FieldsResponseHandler::requestReset() — Method in class FieldsResponseHandler
Resets a fields values
DvsPageData::register() — Method in class DvsPageData
Register a binding, collection or model data-devise tag using this method.
RegisterDeviseTagsClass in namespace Devise\Pages\Interpreter\Modifiers
PageController::retrieveResponse() — Method in class PageController
This retrieves a page with all the view's vars 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::requestDestroyPageVersion() — Method in class PageResponseHandler
Request page version be destroyed
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.
SettingsManager::remove() — Method in class SettingsManager
Removes these overrides from the overrides config so we can go back to whatever defaults we need. Not being used as far as I know yet, but it could come in handy soon.
DeviseInstallCommand::runInstallCommands() — Method in class DeviseInstallCommand
Runs the install commands for migrations, seeds, publishing assets and configs
DeviseSeeder::run() — Method in class DeviseSeeder
Run the database seeds.
InstallWizard::refreshEnvironment() — Method in class InstallWizard
Reloads env settings and also updates the configurations in Laravel for anything that might change during the install process. Things like app.key, app.debug, database stuff, mail stuff, cache and session settings.
Manager::removeFromStack() — Method in class Manager
SortableServiceProvider::register() — Method in class SortableServiceProvider
Register the service provider.
Str::replaceBetween() — Method in class Str
Replace the $needle strings within the $haystack with whatever the $replacementMethod tells us. Replacement method will be given a $between variable
SupportServiceProvider::register() — Method in class SupportServiceProvider
Register the service provider.
TemplatesManager::registerRules() — Method in class TemplatesManager
Validation rules for registering a new template
TemplatesRepository::registeredTemplatesList() — Method in class TemplatesRepository
Get an array of all registered templates as an array of paths and human names; registered means already in templates config
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. The condition object is a json like stdClass object that mimics the arrays inside of config/permissions-conditions
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::recoverPassword() — Method in class SessionsRepository
Handle a POST request to recover password
SessionsRepository::resetPassword() — Method in class SessionsRepository
Handle POST data from reset (change) password form
UserManager::registerUser() — Method in class UserManager
Register new user
UserManager::removeUnactivatedUsers() — Method in class UserManager
Removes users which have been awaiting activation (after registering). Currently, default is 30 days outstanding
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::requestLogout() — Method in class UsersResponseHandler
Executes logout method in SessionsRepository
UsersResponseHandler::requestLogin() — Method in class UsersResponseHandler
Executes login method in SessionsRepository
UsersResponseHandler::requestCreateUser() — Method in class UsersResponseHandler
Request a new user be created via admin UI.
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
UsersResponseHandler::requestRegister() — Method in class UsersResponseHandler
Executes registerUser method in UserManager which attempt to register a new user via pulbic register form.
UsersResponseHandler::requestActivation() — Method in class UsersResponseHandler
Executes activate method in SessionsRe.
UsersResponseHandler::requestRecoverPassword() — Method in class UsersResponseHandler
Executes recoverPassword method in SessionsRepository
UsersResponseHandler::requestResetPassword() — Method in class UsersResponseHandler
Executes resetPassword method in SessionsRepository

S

SourceClass in namespace Devise\Calendar
A source is a plage to fetch events given a start and end time. Our CalendarResponseHandler will use the PageVersionSource (and others possibly later) so I made an interface we can all abide by if we need to create more event sources for the full calendar
LocaleDetector::segment() — Method in class LocaleDetector
We don't use this, but we could use it later if we wanted to. It would get the locale from the first segment of the url, e.g.
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
MigrationScaffolding::saveMigration() — Method in class MigrationScaffolding
SanityChecksHelperClass in namespace Devise\Models\Scaffolding
Class SanityChecksHelper
ScaffoldingManagerClass in namespace Devise\Models\Scaffolding
Class ScaffoldingManager
ScaffoldingRepositoryClass in namespace Devise\Models\Scaffolding
ScaffoldingResponseHandlerClass in namespace Devise\Models\Scaffolding
Class ScaffoldingResponseHandler
SeederScaffoldingClass in namespace Devise\Models\Scaffolding
Class SeederScaffolding
SeederScaffolding::saveSeed() — Method in class SeederScaffolding
$BaseScaffoldingProperty in class BaseScaffolding
BaseScaffolding::scaffold() — Method in class BaseScaffolding
DvsPageData::setDefaults() — Method in class DvsPageData
Try to set defaults for an id
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". You have to override the getColumns method and/or make a protected $searchable = array('column1' => 1, 'column2' => 2);
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
EnvironmentFileManager::save() — Method in class EnvironmentFileManager
This will save the settings to the env file
FileManager::saveToFile() — Method in class FileManager
Retrives and writes/saves supplied content to specified config file
SettingsManagerClass in namespace Devise\Support\Config
SettingsManager is used to update the config overrides file which allows an admin to override any config variable in devise
SettingsRepositoryClass in namespace Devise\Support\Config
SettingsResponseHandlerClass in namespace Devise\Support\Config
$DeviseResetCommandProperty in class DeviseResetCommand
[$Schema description]
DeviseResponse::stream() — Method in class DeviseResponse
Return a new streamed response from the application.
InstallWizard::saveConfigsOverride() — Method in class InstallWizard
Save input value submitted for "configsoverride" to the key "CONFIGSOVERRIDE" in .env file
InstallWizard::saveNewApplicationKey() — Method in class InstallWizard
Saves the new application key if there isn't already one set We need this set early on so it doesn't screw up our tokens and password hashes.
InstallWizard::saveApplicationNamespace() — Method in class InstallWizard
Saves this app name
InstallWizard::saveEnvironment() — Method in class InstallWizard
Saves the environment for us
InstallWizard::saveApplicationMigrationAndSeedSettings() — Method in class InstallWizard
Save the migration and seed settings
InstallWizard::saveDatabase() — Method in class InstallWizard
Saves the database settings for us
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
SortableClass in namespace Devise\Support\Sortable
SortableFacadeClass in namespace Devise\Support\Sortable
Class SortableFacade
SortableServiceProviderClass in namespace Devise\Support\Sortable
Class SortableServiceProvider registers the Sort facade on the Laravel container
StrClass in namespace Devise\Support
SupportServiceProviderClass in namespace Devise\Support
Class SupportServiceProvider registers support components of Devise and other helpers that Devise uses.
TemplatesManager::storeTemplate() — Method in class TemplatesManager
Validate and store a template entry to templates config
TemplatesManager::storeMultipleTemplates() — Method in class TemplatesManager
Validate and store multiple template entries to templates config
TemplatesManager::storeNewVariable() — Method in class TemplatesManager
Validate and store a new variable for a given template path
DeviseUserController::store() — Method in class DeviseUserController
Process user create form data
DeviseUserController::show() — Method in class DeviseUserController
Render user "show" view
PermissionsManager::storePermission() — Method in class PermissionsManager
Validates and updates a permission with the given input
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.
SessionsRepository::sendActivationEmail() — Method in class SessionsRepository
Send activation email.

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
TemplateScaffoldingClass in namespace Devise\Models\Scaffolding
Class TemplateScaffolding
$BaseScaffoldingProperty in class BaseScaffolding
FieldValue::toJSON() — Method in class FieldValue
Returns this object as json string
FieldValue::toArray() — Method in class FieldValue
Returns this object as array
LiveFieldValue::toJSON() — Method in class LiveFieldValue
Returns this object as json string
LiveFieldValue::toArray() — Method in class LiveFieldValue
Returns this object as array
$DeviseTagProperty in class DeviseTag
Type of the devise tag (text, image, etc)
DeviseTag::toArray() — Method in class DeviseTag
Converts our devise tag into a giant ass array
DvsPageData::toJSON() — Method in class DvsPageData
Creates a json object that we use for editing a devise page
TagManagerClass in namespace Devise\Pages\Interpreter
Create and find tags in the database. A tag could be a model, field, attribute, model creator or collection
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
TemplatesManagerClass in namespace Devise\Templates
Class TemplatesManager manages updating templates, removing and additional admin functions
TemplatesRepositoryClass in namespace Devise\Templates
Class TemplatesRepository is used to retrieve template data
TemplatesResponseHandlerClass in namespace Devise\Templates
Class TemplatesResponseHandler is used to retrieve template data

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
ResponseHandler::updateCollectionInstanceField() — Method in class ResponseHandler
Update the collection instance field
FieldManager::updateField() — Method in class FieldManager
Updates the field
LiveFieldValue::unextract() — Method in class LiveFieldValue
Un extracts all the keys on this thing could be useful if we need to undo an extract
ModelManager::updateField() — Method in class ModelManager
Updates a single field
ModelManager::updateFields() — Method in class ModelManager
Update each field in this fields array
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
SettingsManager::update() — Method in class SettingsManager
Overrides the settings inside of the overrides file this does not merge.
TemplatesManager::updateTemplate() — Method in class TemplatesManager
Validates and updates a template with the given input
TemplatesRepository::unregisteredTemplatesList() — Method in class TemplatesRepository
Get list of unregistered templates by finding all app template files which are not stored (do not have path key) in the templates config
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
PermissionsManager::updateRules() — Method in class PermissionsManager
Create rules to edit a permission
PermissionsManager::updatePermission() — Method in class PermissionsManager
Validates and updates a permission with the given input
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

$BaseScaffoldingProperty in class BaseScaffolding
VideoFieldUpdatedClass in namespace Devise\Pages\Fields\Handlers
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
$DeviseTagProperty in class DeviseTag
String value of the entire matched string that was regex out. This parameters above are extracted from this value
ViewOpenerClass in namespace Devise\Pages\Interpreter
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 views config file. That is how those views have their data injected into them properly - by running through this view composer.
DeviseResponse::view() — Method in class DeviseResponse
Return a new view response from the application.
InstallWizard::validateAdminUser() — Method in class InstallWizard
Validates the admin user data for us
VerifyCsrfTokenClass in namespace Devise\Support\Middleware
SessionsRepository::validateCredentials() — Method in class SessionsRepository
Validate user credentials (without logging user into system)

W

$DeviseInstallCommandProperty in class DeviseInstallCommand
The Devise install wizard

Z

ZencoderJobClass in namespace Devise\Media\Encoding
Class ZencoderJob handles incoming requests that have been completed by Zencoder. Also pushes requests to Zencoder api.
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
Create a new ZencoderNotificationsController
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
MigrationScaffolding::__construct() — Method in class MigrationScaffolding
Constructor - initialize and inject the framework
SanityChecksHelper::__construct() — Method in class SanityChecksHelper
ScaffoldingResponseHandler::__construct() — Method in class ScaffoldingResponseHandler
SeederScaffolding::__construct() — Method in class SeederScaffolding
TemplateScaffolding::__construct() — Method in class TemplateScaffolding
BaseScaffolding::__construct() — Method in class BaseScaffolding
ApiPagesRepository::__construct() — Method in class ApiPagesRepository
Create a new ApiPagesRepository instance.
ApiPagesResponseHandler::__construct() — Method in class ApiPagesResponseHandler
Construct a new PageResponseHandler
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
Creator::__construct() — Method in class Creator
[__construct description]
LiveSpan::__construct() — Method in class LiveSpan
[__construct description]
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
AudioFieldUpdated::__construct() — Method in class AudioFieldUpdated
Construct a new VideoFieldUpdated instance
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
LiveFieldValue::__construct() — Method in class LiveFieldValue
Create a new FieldValue object from json string
LiveFieldValue::__id() — Method in class LiveFieldValue
[__id description]
LiveFieldValue::__type() — Method in class LiveFieldValue
[__type description]
LiveFieldValue::__get() — Method in class LiveFieldValue
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
LiveFieldValue::__call() — Method in class LiveFieldValue
Allows us to set default values on a key if we do not have that key set in this FieldValue object
LiveFieldValue::__toString() — Method in class LiveFieldValue
This thing is just a string.
BladeEngineCompiler::__construct() — Method in class BladeEngineCompiler
Construct a new blade compiler
BladeEngineCompiler::__call() — Method in class BladeEngineCompiler
Any calls made we proxy to the underlying compiler
DeviseParser::__construct() — Method in class DeviseParser
Create a new Devise Parser
DeviseTag::__construct() — Method in class DeviseTag
Create a new devise tag
DeviseTag::__toString() — Method in class DeviseTag
Convert this object to a string
DvsPageData::__construct() — Method in class DvsPageData
Create a new page data object
AddPlaceHolderTags::__construct() — Method in class AddPlaceHolderTags
[__construct description]
CreatePristineSection::__construct() — Method in class CreatePristineSection
[__construct description]
EchoDeviseMagic::__construct() — Method in class EchoDeviseMagic
Create a new EchoDeviseMagic visitor
RegisterDeviseTags::__construct() — Method in class RegisterDeviseTags
Create a new RegisterDeviseTags visitor
TagManager::__construct() — Method in class TagManager
Create a new tag manager
ViewOpener::__construct() — Method in class ViewOpener
Construct a new view opener
ModelFieldValidationFailedException::__construct() — Method in class ModelFieldValidationFailedException
ModelManager::__construct() — Method in class ModelManager
Create a new model manager
ModelsResponseHandler::__construct() — Method in class ModelsResponseHandler
Create a new model manager
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
EnvironmentFileManager::__construct() — Method in class EnvironmentFileManager
Create a new settings manager
FileManager::__construct() — Method in class FileManager
Overrides::__construct() — Method in class Overrides
create a new config overrides
SettingsManager::__construct() — Method in class SettingsManager
Create a new settings manager
SettingsRepository::__construct() — Method in class SettingsRepository
SettingsResponseHandler::__construct() — Method in class SettingsResponseHandler
DeviseInstallCommand::__construct() — Method in class DeviseInstallCommand
Setup the application container as we'll need this for running migrations.
DeviseMigrateCommand::__construct() — Method in class DeviseMigrateCommand
Setup the application container as we'll need this for running migrations.
DeviseResetCommand::__construct() — Method in class DeviseResetCommand
Setup the application container as we'll need this for running migrations.
DeviseSeedCommand::__construct() — Method in class DeviseSeedCommand
Setup the application container as we'll need this for running migrations.
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()
DatabaseCreator::__construct() — Method in class DatabaseCreator
Create a new database creator
InstallWizard::__construct() — Method in class InstallWizard
Creats a new Install Wizard.
InstallerController::__construct() — Method in class InstallerController
[__construct description]
Filter::__construct() — Method in class Filter
Link::__construct() — Method in class Link
Construct a new link
TemplatesManager::__construct() — Method in class TemplatesManager
Construct a new template manager
TemplatesRepository::__construct() — Method in class TemplatesRepository
TemplatesResponseHandler::__construct() — Method in class TemplatesResponseHandler
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
PermissionsManager::__construct() — Method in class PermissionsManager
Construct a new permission manager
PermissionsRepository::__construct() — Method in class PermissionsRepository
PermissionsResponseHandler::__construct() — Method in class PermissionsResponseHandler
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