[cms] element index

Package indexes

All elements
a b c d e f g h i l m n o p r s t u v w z _
_
top
__call
GhostPage::__call() in GhostPage.php
__get
GhostPage::__get() in GhostPage.php
__set
GhostPage::__set() in GhostPage.php
__construct
BulkLoader::__construct() in BulkLoader.php
__construct
CommentTableField::__construct() in CommentTableField.php
__construct
__construct
a
top
$add_action
VirtualPage::$add_action in VirtualPage.php
$add_action
SiteTree::$add_action in SiteTree.php
The text shown in the create page dropdown. If this is not set, default to "Create a ClassName".
$allowed_actions
$allowed_actions
$allowed_children
Indicates what kind of children this page type can have.
AbsoluteLink
SiteTree::AbsoluteLink() in SiteTree.php
Get the absolute URL for this page by stage
add
add
ModelAdmin::add() in ModelAdmin.php
allowedChildren
Returns an array of the class names of classes that are allowed to be children of this class.
addCreated
addDeleted
addUpdated
$allowed_actions
CommentAdmin::$allowed_actions in CommentAdmin.php
approve
CommentTableField::approve() in CommentTableField.php
ApproveLink
CommentTableField_Item::ApproveLink() in CommentTableField.php
approvemarked
CommentAdmin::approvemarked() in CommentAdmin.php
$add_action
RedirectorPage::$add_action in RedirectorPage.php
AvailableWidgets
WidgetAreaEditor::AvailableWidgets() in WidgetAreaEditor.php
$allowed_actions
add
Create a new model record.
AddForm
Returns a form for editing the attached model
$allowed_actions
SiteTreeMaintenanceTask::$allowed_actions in SiteTreeMaintenanceTask.php
b
top
$belongs_many_many
$breadcrumbs_delimiter
Delimit breadcrumb-links generated by BreadCrumbs()
bindModelController
Base scaffolding method for returning a generic model instance.
Breadcrumbs
SiteTree::Breadcrumbs() in SiteTree.php
Return a breadcrumb trail to this page. Excludes "hidden" pages (with ShowInMenus=0).
BulkLoader
BulkLoader in BulkLoader.php
A base for bulk loaders of content into the SilverStripe database.
BulkLoader_Result
BulkLoader_Result in BulkLoader.php
Encapsulates the result of a BulkLoader import (usually through the BulkLoader->processAll() method).
BulkLoader.php
BulkLoader.php in BulkLoader.php
bg_BG.php
bg_BG.php in bg_BG.php
c
top
$can_be_root
SiteTree::$can_be_root in SiteTree.php
Controls whether a page can be in the root of the site tree.
$can_create
SiteTree::$can_create in SiteTree.php
If this is false, the class cannot be created in the CMS.
$casting
SiteTree::$casting in SiteTree.php
$collection_controller_class
$currentSectionIDs
An array of this pages URL segment and it's parents.
can
SiteTree::can() in SiteTree.php
This function should return true if the current user can add children to this page.
canAddChildren
This function should return true if the current user can add children to this page.
canCreate
SiteTree::canCreate() in SiteTree.php
This function should return true if the current user can create new pages of this class.
canDelete
SiteTree::canDelete() in SiteTree.php
This function should return true if the current user can delete this page.
canEdit
SiteTree::canEdit() in SiteTree.php
This function should return true if the current user can edit this page.
canPublish
SiteTree::canPublish() in SiteTree.php
This function should return true if the current user can publish this page.
canView
SiteTree::canView() in SiteTree.php
This function should return true if the current user can view this page.
cmsCleanup_parentChanged
Function to clean up the currently loaded page after a reorganise has been called. It should return a piece of JavaScript to be executed on the client side, to clean up the results of the reorganise.
CMSTreeClasses
Return the CSS classes to apply to this node in the CMS tree
collateDescendants
Collate selected descendants of this page.
Comments
SiteTree::Comments() in SiteTree.php
Returns comments on this page. This will only show comments that have been marked as spam if "?showspam=1" is appended to the URL.
ContentSource
VirtualPage::ContentSource() in VirtualPage.php
ContentSource
Returns the object that contains the content that a user would associate with this page.
copyFrom
VirtualPage::copyFrom() in VirtualPage.php
Ensure we have an up-to-date version of everything.
close
ImageEditor::close() in ImageEditor.php
Method is invoked when ImageEditor is closed whether image is saved or not.
$columnMap
BulkLoader::$columnMap in BulkLoader.php
Map columns to DataObject-properties.
$created
BulkLoader_Result::$created in BulkLoader.php
Count
BulkLoader_Result::Count() in BulkLoader.php
Returns the count of all objects which were created or updated.
Created
Returns all created objects. Each object might contain specific importer feedback in the "_BulkLoaderMessage" property.
CreatedCount
CsvBulkLoader
CsvBulkLoader in CsvBulkLoader.php
Uses the fgetcsv() function to process CSV input.
CsvBulkLoader.php
CsvBulkLoader.php in CsvBulkLoader.php
CommentAdmin.php
CommentAdmin.php in CommentAdmin.php
CommentTableField.php
CommentTableField.php in CommentTableField.php
CommentAdmin
CommentAdmin in CommentAdmin.php
Comment administration system within the CMS
CommentTableField
CommentTableField in CommentTableField.php
Special kind of ComplexTableField for managing comments.
CommentTableField_Item
CommentTableField_Item in CommentTableField.php
Single row of a CommentTableField
correctAnswer
MathSpamProtection::correctAnswer() in MathSpamProtection.php
Checks the given answer if it matches the addition of the saved session variables. Users can answer using words or digits.
ContentSource
RedirectorPage::ContentSource() in RedirectorPage.php
Returns this page if the redirect is external, otherwise returns the target page.
$currentRecord
ColumnSelectionField
Give the flexibilility to show variouse combination of columns in the search result table
cs_CZ.php
cs_CZ.php in cs_CZ.php
d
top
$db
ErrorPage::$db in ErrorPage.php
$db
VirtualPage::$db in VirtualPage.php
$db
SiteTree::$db in SiteTree.php
$defaults
SiteTree::$defaults in SiteTree.php
$defaults
ErrorPage::$defaults in ErrorPage.php
$default_child
SiteTree::$default_child in SiteTree.php
The default child class for this page.
$default_parent
The default parent class for this page.
$default_sort
SiteTree::$default_sort in SiteTree.php
defaultChild
SiteTree::defaultChild() in SiteTree.php
Returns the class name of the default class for children of this page.
defaultParent
Returns the class name of the default class for the parent of this page.
defineMethods
ModelAdmin::defineMethods() in ModelAdmin.php
Add mappings for generic form constructors to automatically delegate to a scaffolded form object.
doPublish
SiteTree::doPublish() in SiteTree.php
Publish this page
doRevertToLive
Revert the draft changes: replace the draft content with the content on live
doRollbackTo
SiteTree::doRollbackTo() in SiteTree.php
Roll the draft version of this page to match the published page
doUnpublish
SiteTree::doUnpublish() in SiteTree.php
Unpublish this page - remove it from the live site
duplicate
SiteTree::duplicate() in SiteTree.php
Create a duplicate of this node. Doesn't affect joined data - create a custom overloading of this if you need such behaviour.
duplicateAsChild
Duplicate this node and its children as a child of the node with the given ID
duplicateWithChildren
Duplicates each child of this node recursively and returns the duplicate node.
$deleted
BulkLoader_Result::$deleted in BulkLoader.php
$delimiter
CsvBulkLoader::$delimiter in CsvBulkLoader.php
Delimiter character (Default: comma).
$duplicateChecks
Specifies how to determine duplicates based on one or more provided fields in the imported data, matching to properties on the used DataObject class.
Deleted
DeletedCount
deleteall
CommentAdmin::deleteall() in CommentAdmin.php
deletemarked
CommentAdmin::deletemarked() in CommentAdmin.php
digitToWord
MathSpamProtection::digitToWord() in MathSpamProtection.php
Helper method for converting digits to their equivelant english words
$db
RedirectorPage::$db in RedirectorPage.php
doCreate
doDelete
Delete the current record
doSave
Postback action to save a record
da_DK.php
da_DK.php in da_DK.php
de_DE.php
de_DE.php in de_DE.php
$description
SSReport::$description in SSReport.php
This is a description about what this report does. Used by the ReportAdmin templates.
e
top
$events
Notifications::$events in Notifications.php
$extensions
SiteTree::$extensions in SiteTree.php
ElementName
SiteTree::ElementName() in SiteTree.php
Get the URL segment for this page, eg 'home'
ErrorPage
ErrorPage in ErrorPage.php
ErrorPage holds the content for the page of an error response.
ErrorPage_Controller
ErrorPage_Controller in ErrorPage.php
Controller for ErrorPages.
event
Notifications::event() in Notifications.php
Raise an event that requires notification.
ErrorPage.php
ErrorPage.php in ErrorPage.php
$enclosure
CsvBulkLoader::$enclosure in CsvBulkLoader.php
Enclosure character (Default: doublequote)
EditForm
CommentAdmin::EditForm() in CommentAdmin.php
edit
Edit action - shows a form for editing this record
EditForm
Returns a form for editing the attached model
eo_XX.php
eo_XX.php in eo_XX.php
es_ES.php
es_ES.php in es_ES.php
f
top
$fileToEdit
ImageEditor::$fileToEdit in ImageEditor.php
$fileToEditOnlyName
findExistingObject
Find an existing objects based on one or more uniqueness columns specified via self::$duplicateChecks
FieldHolder
WidgetAreaEditor::FieldHolder() in WidgetAreaEditor.php
fi_FI.php
fi_FI.php in fi_FI.php
fr_FR.php
fr_FR.php in fr_FR.php
g
top
generateURLSegment
Generate a URL segment based on the title provided.
getClassDropdown
Get the class dropdown used in the CMS to change the class of a page.
getCMSActions
Get the actions available in the CMS for this page - eg Save, Publish.
getCMSFields
GhostPage::getCMSFields() in GhostPage.php
getCMSFields
SiteTree::getCMSFields() in SiteTree.php
Returns a FieldSet with which to create the CMS editing form.
getCMSFields
VirtualPage::getCMSFields() in VirtualPage.php
Generate the CMS fields from the fields from the original page.
getCMSFields
ErrorPage::getCMSFields() in ErrorPage.php
getItems
Notifications::getItems() in Notifications.php
Get all the items that were passed with this event type.
getManagedModels
getMenuTitle
SiteTree::getMenuTitle() in SiteTree.php
Get the title for use in menus for this page. If the MenuTitle field is set it returns that, else it returns the Title field.
getModelImporters
Returns all importers defined in self::$model_importers.
getParent
SiteTree::getParent() in SiteTree.php
Get the parent of this page.
getPriority
SiteTree::getPriority() in SiteTree.php
The default value of the priority field depends on the depth of the page in the site tree, so it must be calculated dynamically.
getSearchForms
getViewer
getVirtualFields
Generates the array of fields required for the page type.
get_page_length
Return the static page_length of the admin, default as 30
GhostPage
GhostPage in GhostPage.php
Ghost pages are placeholder pages that are used to facilitate the apparent support for multiple parents.
GhostPage_ComponentSet
GhostPage_ComponentSet in GhostPage.php
Special type of ComponentSet just for GhostPages
GhostPage_Controller
GhostPage_Controller in GhostPage.php
Controller for GhostPages
GhostPage.php
GhostPage.php in GhostPage.php
getImportSpec
BulkLoader::getImportSpec() in BulkLoader.php
Get a specification of all available columns and relations on the used model.
getOptionFields
Return a FieldSet containing all the options for this form; this
getMathQuestion
MathSpamProtection::getMathQuestion() in MathSpamProtection.php
Creates the question from random variables, which are also saved to the session.
getCMSFields
RedirectorPage::getCMSFields() in RedirectorPage.php
getModelClass
Return the class name of the model being managed.
getResultColumns
getSearchQuery
Gets the search query generated on the SearchContext from DataObject::getDefaultSearchContext(), and the current GET parameters on the request.
getCMSFields
SSReport::getCMSFields() in SSReport.php
Returns a FieldSet with which to create the CMS editing form.
getReportField
Return a field, such as a ComplexTableField that is used to show and manipulate data relating to this report.
h
top
$has_many
SiteTree::$has_many in SiteTree.php
$has_one
SiteTree::$has_one in SiteTree.php
$has_one
GhostPage::$has_one in GhostPage.php
$has_one
VirtualPage::$has_one in VirtualPage.php
$hide_ancestor
SiteTree::$hide_ancestor in SiteTree.php
If you extend a class, and don't want to be able to select the old class in the cms, set this to the old class name. Eg, if you extended Product to make ImprovedProduct, then you would set $hide_ancestor to Product.
hasField
GhostPage::hasField() in GhostPage.php
HiddenClass
HiddenClass in HiddenClass.php
Anything that implements HiddenClass won't be shown in user-interface elements. For example, DataObjects that implement HiddenClass won't be showing in the "new page" dropdown.
HiddenClass.php
HiddenClass.php in HiddenClass.php
$hasHeaderRow
CsvBulkLoader::$hasHeaderRow in CsvBulkLoader.php
Identifies if the has a header row.
hasHeaderRow
CsvBulkLoader::hasHeaderRow() in CsvBulkLoader.php
Determine wether any loaded files should be parsed with a header-row (otherwise we rely on self::$columnMap.
ham
CommentTableField::ham() in CommentTableField.php
HamLink
CommentTableField_Item::HamLink() in CommentTableField.php
hammarked
CommentAdmin::hammarked() in CommentAdmin.php
HasApproveButton
CommentTableField::HasApproveButton() in CommentTableField.php
HasApproveButton
HasHamButton
HasHamButton
CommentTableField::HasHamButton() in CommentTableField.php
HasSpamButton
HasSpamButton
CommentTableField::HasSpamButton() in CommentTableField.php
$has_one
RedirectorPage::$has_one in RedirectorPage.php
handleActionOrID
Delegate to different control flow, depending on whether the URL parameter is a number (record id) or string (action).
handleID
Delegate to the RecordController if a valid numeric ID appears in the URL segment.
hr_HR.php
hr_HR.php in hr_HR.php
hu_HU.php
hu_HU.php in hu_HU.php
i
top
$icon
VirtualPage::$icon in VirtualPage.php
$icon
SiteTree::$icon in SiteTree.php
Icon to use in the CMS
$indexes
SiteTree::$indexes in SiteTree.php
import
ModelAdmin::import() in ModelAdmin.php
Imports the submitted CSV file based on specifications given in self::model_importers.
ImportForm
ModelAdmin::ImportForm() in ModelAdmin.php
Generate a CSV import form with an option to select one of the "importable" models specified through self::$model_importers.
init
When the virtualpage is loaded, check to see if the versions are the same if not, reload the content.
init
ModelAdmin::init() in ModelAdmin.php
Initialize the model admin interface. Sets up embedded jquery libraries and requisite plugins.
init
InSection
SiteTree::InSection() in SiteTree.php
Check if this page is in the given current section.
isCurrent
SiteTree::isCurrent() in SiteTree.php
Check if this is the currently viewed page.
isNew
SiteTree::isNew() in SiteTree.php
Check if this page is new - that is, if it has yet to have been written to the database.
isPublished
SiteTree::isPublished() in SiteTree.php
Check if this page has been published.
isSection
SiteTree::isSection() in SiteTree.php
Check if the currently viewed page is in this section.
ImageEditor.php
ImageEditor.php in ImageEditor.php
ImageEditor
ImageEditor in ImageEditor.php
This Controller handles all operation needed for ImageEditor to work(expect for GD operations).
index
ImageEditor::index() in ImageEditor.php
Includes all JS required for ImageEditor. This method requires setting a fileToEdit URL in POST.
isNullValue
BulkLoader::isNullValue() in BulkLoader.php
Determines if a specific field is null.
init
CommentAdmin::init() in CommentAdmin.php
isEnabled
MathSpamProtection::isEnabled() in MathSpamProtection.php
Items
CommentTableField::Items() in CommentTableField.php
$icon
RedirectorPage::$icon in RedirectorPage.php
IdxField
WidgetAreaEditor::IdxField() in WidgetAreaEditor.php
index
If we ever get this far, it means that the redirection failed.
init
RedirectorPage_Controller::init() in RedirectorPage.php
index
it_IT.php
it_IT.php in it_IT.php
ID
SSReport::ID() in SSReport.php
Return the ID of this Report class.
init
ReportAdmin::init() in ReportAdmin.php
l
top
Level
SiteTree::Level() in SiteTree.php
Returns the page in the current page stack of the given level.
Link
SiteTree::Link() in SiteTree.php
Get the URL for this page.
Link
ModelAdmin::Link() in ModelAdmin.php
Return default link to this controller. This assfaced method is abstract, so we can't get rid of it.
LinkingMode
SiteTree::LinkingMode() in SiteTree.php
Returns link/current/section, depending if you're not in the current section, you're on the current page, or you're in the current section but not on the current page.
LinkOrCurrent
Returns link/current, depending on whether you're on the current page.
LinkOrSection
Returns link/section, depending on whether you're on the current section.
loadcontentall
load
BulkLoader::load() in BulkLoader.php
Link
CommentAdmin::Link() in CommentAdmin.php
Link
RedirectorPage::Link() in RedirectorPage.php
Return the the link that should be used for this redirector page, in navigation, etc.
Link
Link fragment - appends the current record ID to the URL.
Link
Appends the model class to the URL.
lc_XX.php
lc_XX.php in lc_XX.php
Link
ReportAdmin::Link() in ReportAdmin.php
LeftAndMainTest.php
LeftAndMainTest.php in LeftAndMainTest.php
LeftAndMainTest
LeftAndMainTest in LeftAndMainTest.php
m
top
$managed_models
ModelAdmin::$managed_models in ModelAdmin.php
List of all managed DataObjects in this interface.
$many_many
SiteTree::$many_many in SiteTree.php
$many_many_extraFields
$model_importers
List of all DataObjects which can be imported through a subclass of BulkLoader (mostly CSV data).
ModelAdmin.php
ModelAdmin.php in ModelAdmin.php
ManagedModelsSelect
Allows to choose which record needs to be created.
MetaTags
SiteTree::MetaTags() in SiteTree.php
Return the title, description, keywords and language metatags.
ModelAdmin
ModelAdmin in ModelAdmin.php
Generates a three-pane UI for editing model classes, with an automatically generated search panel, tabular results and edit forms.
MultipleParents
Look for ghost parents
MultipleParents
manipulate
ImageEditor::manipulate() in ImageEditor.php
Method is used for manipulating photos.
mapToDataObjectSet
$mode
CommentTableField::$mode in CommentTableField.php
MathSpamProtection.php
MathSpamProtection.php in MathSpamProtection.php
MathSpamProtection
MathSpamProtection in MathSpamProtection.php
Tools for adding an optional Maths protection question to a form.
$many_many
RedirectorPage::$many_many in RedirectorPage.php
$modelClass
ModelAdmin_CollectionController
Handles a managed model class and provides default collection filtering behavior.
ModelAdmin_RecordController
ModelAdmin_RecordController in ModelAdmin.php
Handles operations on a single record from a managed model.
makelinksunique
SiteTreeMaintenanceTask::makelinksunique() in SiteTreeMaintenanceTask.php
n
top
$need_permission
List of permission codes a user can have to allow a user to create a page of this type.
NestedTitle
SiteTree::NestedTitle() in SiteTree.php
Return a string of the form "parent - page" or "grandparent - parent - page".
Notifications
Notifications in Notifications.php
The Notifications class allows you to create email notifications for various events.
notifyByEmail
Notifications::notifyByEmail() in Notifications.php
Notify the appropriate parties about all instances of this event, by email.
Notifications.php
Notifications.php in Notifications.php
NumModerated
CommentAdmin::NumModerated() in CommentAdmin.php
Return the number of moderated comments
NumSpam
CommentAdmin::NumSpam() in CommentAdmin.php
Return the number of comments marked as spam
NumUnmoderated
CommentAdmin::NumUnmoderated() in CommentAdmin.php
Return the number of unmoderated comments
nb_NO.php
nb_NO.php in nb_NO.php
ne_NP.php
ne_NP.php in ne_NP.php
nl_NL.php
nl_NL.php in nl_NL.php
o
top
onBeforeWrite
VirtualPage::onBeforeWrite() in VirtualPage.php
We have to change it to copy all the content from the original page first.
onBeforeWrite
$objectClass
BulkLoader::$objectClass in BulkLoader.php
Each row in the imported dataset should map to one instance of this class (with optional property translation through {@self::$columnMaps}.
p
top
$page_length
ModelAdmin::$page_length in ModelAdmin.php
Amount of results showing on a single page.
prepareCurrentAndSection
This function is used for isCurrent() and isSection() to prepare the cached answers.
publish
ErrorPage::publish() in ErrorPage.php
When an error page is published, create a static HTML page with its content, so the page can be shown even when SilverStripe is not functioning correctly before publishing this page normally.
preview
BulkLoader::preview() in BulkLoader.php
Preview a file import (don't write anything to the database).
processAll
CsvBulkLoader::processAll() in CsvBulkLoader.php
processAll
BulkLoader::processAll() in BulkLoader.php
Process every record in the file
processRecord
CsvBulkLoader::processRecord() in CsvBulkLoader.php
processRecord
BulkLoader::processRecord() in BulkLoader.php
Process a single record from the file.
$parentController
$parentController
pl_PL.php
pl_PL.php in pl_PL.php
pt_BR.php
pt_BR.php in pt_BR.php
pt_PT.php
pt_PT.php in pt_PT.php
r
top
$record_controller_class
reloadContent
Reloads the content if the version is different ;-)
remove
removeMany
requireDefaultRecords
Ensures that there is always a 404 page.
requireDefaultRecords
Add default records to database.
rewriteLink
SiteTree::rewriteLink() in SiteTree.php
Replace a URL in html content with a new URL.
$relationCallbacks
Find a has_one relation based on a specific column value.
redirectionLink
RedirectorPage::redirectionLink() in RedirectorPage.php
Return the link that we should redirect to.
RedirectorPage
RedirectorPage in RedirectorPage.php
A redirector page redirects when the page is visited.
RedirectorPage_Controller
RedirectorPage_Controller in RedirectorPage.php
Controller for the RedirectorPage.
regularLink
RedirectorPage::regularLink() in RedirectorPage.php
Return the normal link directly to this page. Once you visit this link, a 30x redirection will take you to your final destination.
RedirectorPage.php
RedirectorPage.php in RedirectorPage.php
ResultsForm
Shows results from the "search" action in a TableListField.
ru_RU.php
ru_RU.php in ru_RU.php
ReportAdmin.php
ReportAdmin.php in ReportAdmin.php
ReportAdmin
ReportAdmin in ReportAdmin.php
Reports section of the CMS.
s
top
$searchable_fields
SiteTree.php
SiteTree.php in SiteTree.php
SearchClassSelector
This method can be overloaded to specify the UI by which the search class is chosen.
setMenuTitle
SiteTree::setMenuTitle() in SiteTree.php
Set the menu title for this page.
setOwner
setParent
SiteTree::setParent() in SiteTree.php
Make this page a child of another page.
set_page_length
overwrite the static page_length of the admin panel, should be called in the project _config file.
SiteTree
SiteTree in SiteTree.php
Basic data-object representing all pages within the site tree.
save
ImageEditor::save() in ImageEditor.php
Method is used for saving photos.
SearchForm
CommentTableField::SearchForm() in CommentTableField.php
Section
CommentAdmin::Section() in CommentAdmin.php
setEnabled
MathSpamProtection::setEnabled() in MathSpamProtection.php
showtable
CommentAdmin::showtable() in CommentAdmin.php
spam
CommentTableField::spam() in CommentTableField.php
SpamLink
CommentTableField_Item::SpamLink() in CommentTableField.php
spammarked
CommentAdmin::spammarked() in CommentAdmin.php
saveInto
WidgetAreaEditor::saveInto() in WidgetAreaEditor.php
search
Action to render a data object collection, using the model context to provide filters and paging.
SearchForm
Get a search form for a single DataObject subclass.
si_LK.php
si_LK.php in si_LK.php
sk_SK.php
sk_SK.php in sk_SK.php
sv_SE.php
sv_SE.php in sv_SE.php
$subitem_class
ReportAdmin::$subitem_class in ReportAdmin.php
SSReport.php
SSReport.php in SSReport.php
SSReport
SSReport in SSReport.php
Base "abstract" class for all Report classes viewable in the Reports top menu section of CMS.
SiteTreeMaintenanceTask.php
SiteTreeMaintenanceTask.php in SiteTreeMaintenanceTask.php
SiteTreeMaintenanceTask
SiteTreeMaintenanceTask in SiteTreeMaintenanceTask.php
t
top
TreeTitle
SiteTree::TreeTitle() in SiteTree.php
TitleWithStatus will return the title in an <ins>, <del> or <span class=\"modified\"> tag depending on its publication status.
$title
BulkLoader::$title in BulkLoader.php
Override this on subclasses to give the specific functions names.
Title
BulkLoader::Title() in BulkLoader.php
Return a human-readable name for this object.
$template
CommentTableField::$template in CommentTableField.php
tr_TR.php
tr_TR.php in tr_TR.php
$template_path
ReportAdmin::$template_path in ReportAdmin.php
$title
SSReport::$title in SSReport.php
This is the title of the report, used by the ReportAdmin templates.
TreeTitle
SSReport::TreeTitle() in SSReport.php
Return the name of this report, which is used by the templates to render the name of the report in the report tree, the left hand pane inside ReportAdmin.
testMainMenuSpecification
u
top
$url_handlers
ModelAdmin::$url_handlers in ModelAdmin.php
Forward control to the default action handler
$updated
BulkLoader_Result::$updated in BulkLoader.php
Updated
UpdatedCount
UsedWidgets
WidgetAreaEditor::UsedWidgets() in WidgetAreaEditor.php
$url_handlers
v
top
$versioning
SiteTree::$versioning in SiteTree.php
$virtualFields
VirtualPage::$virtualFields in VirtualPage.php
VirtualPage.php
VirtualPage.php in VirtualPage.php
VirtualPage
VirtualPage in VirtualPage.php
Virtual Page creates an instance of a page, with the same fields that the original page had, but readonly.
VirtualPage_Controller
VirtualPage_Controller in VirtualPage.php
Controller for the virtual page.
Value
WidgetAreaEditor::Value() in WidgetAreaEditor.php
view
Renders the record view template.
ViewForm
Returns a form for viewing the attached model
w
top
write
GhostPage::write() in GhostPage.php
WidgetAreaEditor.php
WidgetAreaEditor.php in WidgetAreaEditor.php
WidgetAreaEditor
WidgetAreaEditor in WidgetAreaEditor.php
Special field type for selecting and configuring widgets on a page.
z
top
zh_CN.php
zh_CN.php in zh_CN.php
zh_TW.php
zh_TW.php in zh_TW.php
a b c d e f g h i l m n o p r s t u v w z _