SYMBOL INDEX (281 symbols across 26 files) FILE: admin/route.php function getRequestParams (line 13) | function getRequestParams($param) FILE: install/index.php class digitalwand_admin_helper (line 9) | class digitalwand_admin_helper extends CModule method digitalwand_admin_helper (line 21) | function digitalwand_admin_helper() method DoInstall (line 31) | function DoInstall() method DoUninstall (line 48) | function DoUninstall() method InstallFiles (line 63) | function InstallFiles() FILE: lib/EntityManager.php class EntityManager (line 143) | class EntityManager method __construct (line 189) | public function __construct($modelClass, array $data = array(), $itemI... method save (line 209) | public function save() method delete (line 251) | public function delete() method getNotes (line 290) | public function getNotes() method addNote (line 303) | protected function addNote($note, $key = null) method setItemId (line 320) | protected function setItemId($itemId) method getReferences (line 331) | protected function getReferences() method collectReferencesData (line 353) | protected function collectReferencesData() method processReferencesData (line 379) | protected function processReferencesData() method deleteReferencesData (line 460) | protected function deleteReferencesData() method createReferenceData (line 498) | protected function createReferenceData(Entity\ReferenceField $referenc... method updateReferenceData (line 535) | protected function updateReferenceData( method deleteReferenceData (line 582) | protected function deleteReferenceData(Entity\ReferenceField $referenc... method deleteReference (line 605) | protected function deleteReference(Entity\ReferenceField $reference, $... method getReferenceDataSet (line 629) | protected function getReferenceDataSet(Entity\ReferenceField $reference) method linkData (line 679) | protected function linkData(Entity\ReferenceField $reference, array $r... method linkDataSet (line 713) | protected function linkDataSet(Entity\ReferenceField $reference, array... method getLinkDataId (line 730) | protected function getLinkDataId(array $referenceDataSet, array $refer... method getReferenceConditions (line 759) | protected function getReferenceConditions(Entity\ReferenceField $refer... method isDifferentData (line 820) | protected function isDifferentData(array $data1 = null, array $data2 =... method getFieldParams (line 837) | protected function getFieldParams($fieldName) method getFieldWidget (line 856) | protected function getFieldWidget($fieldName) FILE: lib/EventHandlers.php class EventHandlers (line 16) | class EventHandlers method onPageStart (line 26) | public static function onPageStart() FILE: lib/Sorting.php class Sorting (line 17) | class Sorting extends \CAdminSorting method __construct (line 30) | public function __construct( FILE: lib/helper/AdminBaseHelper.php class AdminBaseHelper (line 95) | abstract class AdminBaseHelper method __construct (line 274) | public function __construct(array $fields, array $tabs = array(), $mod... method getInterfaceSettings (line 301) | public static function getInterfaceSettings($viewName = '') method setInterfaceSettings (line 321) | public static function setInterfaceSettings(array $settings, array $he... method setInterfaceClass (line 341) | public static function setInterfaceClass($class) method getInterfaceClass (line 351) | public static function getInterfaceClass() method registerInterfaceSettings (line 365) | public static function registerInterfaceSettings($module, $interfaceSe... method getGlobalInterfaceSettings (line 396) | public static function getGlobalInterfaceSettings($module, $view) method getViewName (line 414) | public static function getViewName() method getSectionField (line 447) | public static function getSectionField() method getModel (line 481) | public static function getModel() method getModule (line 498) | public static function getModule() method getButton (line 543) | protected function getButton($code, $params, $keys = array('name', 'TE... method getFields (line 579) | public function getFields() method show (line 587) | abstract public function show(); method table (line 594) | public function table() method pk (line 610) | public static function pk() method getPk (line 621) | public function getPk() method sectionPk (line 634) | public function sectionPk() method setTitle (line 646) | public function setTitle($title) method customActions (line 660) | protected function customActions($action, $id = null) method hasRights (line 672) | protected function hasRights() method hasReadRights (line 684) | protected function hasReadRights() method hasWriteRights (line 696) | protected function hasWriteRights() method hasWriteRightsElement (line 710) | protected function hasWriteRightsElement($element = array()) method hasDeleteRights (line 726) | protected function hasDeleteRights() method showMessages (line 736) | protected function showMessages() method getLastException (line 765) | protected function getLastException() method setAppException (line 782) | protected function setAppException($e) method addErrors (line 794) | public function addErrors($errors) method addNotes (line 815) | public function addNotes($notes) method getErrors (line 835) | protected function getErrors() method getNotes (line 853) | protected function getNotes() method getHelperClass (line 879) | public static function getHelperClass($class) method getEntityCode (line 917) | public static function getEntityCode() method getEditPageURL (line 947) | public static function getEditPageURL($params = array()) method getSectionsEditPageURL (line 967) | public static function getSectionsEditPageURL($params = array()) method getListPageURL (line 988) | public static function getListPageURL($params = array()) method getViewURL (line 1011) | public static function getViewURL($viewName, $defaultURL, $params = ar... method getRouterURL (line 1041) | public static function getRouterURL() method getUrl (line 1054) | public static function getUrl(array $params = array()) method createWidgetForField (line 1071) | public function createWidgetForField($code, &$data = array()) method onCreateWidgetForField (line 1102) | protected function onCreateWidgetForField(&$widget, $data = array()) method getHLEntity (line 1117) | public static function getHLEntity($className) method getHLEntityInfo (line 1147) | public static function getHLEntityInfo($className) method show404 (line 1169) | protected function show404() method setContext (line 1186) | protected function setContext($context) method getContext (line 1191) | public function getContext() method className (line 1196) | public static function className() FILE: lib/helper/AdminEditHelper.php class AdminEditHelper (line 31) | abstract class AdminEditHelper extends AdminBaseHelper method __construct (line 62) | public function __construct(array $fields, array $tabs = array()) method getMenu (line 213) | protected function getMenu($showDeleteButton = true) method show (line 268) | public function show() method showEditPageButtons (line 316) | protected function showEditPageButtons() method showProlog (line 334) | protected function showProlog() method showEpilog (line 343) | protected function showEpilog() method showTabElements (line 363) | private function showTabElements($tabSettings) method editAction (line 411) | protected function editAction() method loadElement (line 495) | protected function loadElement($select = array()) method saveElement (line 528) | protected function saveElement($id = null) method deleteElement (line 549) | protected function deleteElement($id) method customActions (line 576) | protected function customActions($action, $id = null) method setElementTitle (line 603) | protected function setElementTitle() method getTabControl (line 618) | public function getTabControl() method getUrl (line 626) | public static function getUrl(array $params = array()) FILE: lib/helper/AdminInterface.php class AdminInterface (line 27) | abstract class AdminInterface method fields (line 85) | abstract public function fields(); method helpers (line 133) | abstract public function helpers(); method dependencies (line 141) | public function dependencies() method registerData (line 149) | public function registerData() method register (line 205) | public static function register() FILE: lib/helper/AdminListHelper.php class AdminListHelper (line 32) | abstract class AdminListHelper extends AdminBaseHelper method __construct (line 177) | public function __construct(array $fields, $isPopup = false) method initSortingParameters (line 321) | protected function initSortingParameters() method prepareAdminVariables (line 335) | protected function prepareAdminVariables() method getSectionsHeader (line 415) | public function getSectionsHeader() method checkFilter (line 449) | protected function checkFilter($arFilter) method getContextMenu (line 472) | protected function getContextMenu() method getGroupActions (line 539) | protected function getGroupActions() method groupActions (line 560) | protected function groupActions($IDs, $action) method editAction (line 696) | protected function editAction($id, $fields) method isPopup (line 775) | public function isPopup() method genPopupActionJS (line 786) | protected function genPopupActionJS() method buildList (line 832) | public function buildList($sort) method mergeSortHeader (line 1019) | protected function mergeSortHeader(&$array) method mergeSortHeaderCompare (line 1067) | public function mergeSortHeaderCompare($a, $b) method getMixedData (line 1087) | protected function getMixedData($sectionsVisibleColumns, $elementVisib... method getLimits (line 1215) | protected function getLimits() method escapeFilterFieldName (line 1247) | protected function escapeFilterFieldName($fieldName) method customNavStart (line 1259) | protected function customNavStart(&$res) method modifyRowData (line 1304) | protected function modifyRowData(&$data) method getRow (line 1318) | protected function getRow($data, $class = false) method addRowSectionCell (line 1348) | protected function addRowSectionCell($row, $code, $data) method getRowActions (line 1388) | protected function getRowActions($data, $section = false) method addRowCell (line 1442) | protected function addRowCell($row, $code, $data, $virtualCode = false) method getData (line 1473) | protected function getData($className, $filter, $select, $sort, $raw) method getFooter (line 1496) | protected function getFooter($res) method createFilterForm (line 1510) | public function createFilterForm() method getListTableID (line 1560) | protected function getListTableID() method show (line 1569) | public function show() method saveGetQuery (line 1591) | private function saveGetQuery() method restoreLastGetQuery (line 1599) | private function restoreLastGetQuery() method getUrl (line 1615) | public static function getUrl(array $params = array()) method getSectionsFilter (line 1625) | protected function getSectionsFilter(array $filter) method getElementsFilter (line 1635) | protected function getElementsFilter($filter) method getIds (line 1645) | protected function getIds() method getCommonPrimaryFilterById (line 1681) | protected function getCommonPrimaryFilterById($className, $sectionClas... FILE: lib/helper/AdminSectionEditHelper.php class AdminSectionEditHelper (line 20) | class AdminSectionEditHelper extends AdminEditHelper FILE: lib/helper/AdminSectionListHelper.php class AdminSectionListHelper (line 15) | class AdminSectionListHelper extends AdminListHelper FILE: lib/helper/Exception.php class Exception (line 5) | class Exception extends \Exception FILE: lib/widget/CheckboxWidget.php class CheckboxWidget (line 17) | class CheckboxWidget extends HelperWidget method generateRow (line 56) | public function generateRow(&$row, $data) method showFilterHtml (line 102) | public function showFilterHtml() method getValueReadonly (line 137) | public function getValueReadonly() method processEditAction (line 161) | public function processEditAction() method getEditHtml (line 173) | protected function getEditHtml() method getCheckboxType (line 205) | public function getCheckboxType() FILE: lib/widget/ComboBoxWidget.php class ComboBoxWidget (line 25) | class ComboBoxWidget extends HelperWidget method getEditHtml (line 40) | protected function getEditHtml() method getMultipleEditHtml (line 48) | protected function getMultipleEditHtml() method getComboBox (line 61) | protected function getComboBox($multiple = false, $forFilter = false) method getValueReadonly (line 115) | protected function getValueReadonly() method getMultipleValueReadonly (line 126) | protected function getMultipleValueReadonly() method getVariants (line 160) | protected function getVariants() method formatVariants (line 184) | protected function formatVariants($variants) method generateRow (line 203) | public function generateRow(&$row, $data) method showFilterHtml (line 215) | public function showFilterHtml() method processEditAction (line 226) | public function processEditAction() FILE: lib/widget/DateTimeWidget.php class DateTimeWidget (line 5) | class DateTimeWidget extends HelperWidget method getEditHtml (line 16) | protected function getEditHtml() method generateRow (line 28) | public function generateRow(&$row, $data) method showFilterHtml (line 56) | public function showFilterHtml() method processEditAction (line 68) | public function processEditAction() FILE: lib/widget/FileWidget.php class FileWidget (line 19) | class FileWidget extends HelperWidget method __construct (line 37) | public function __construct(array $settings = array()) method getEditHtml (line 47) | protected function getEditHtml() method getMultipleEditHtml (line 90) | protected function getMultipleEditHtml() method generateRow (line 155) | public function generateRow(&$row, $data) method showFilterHtml (line 177) | public function showFilterHtml() method processEditAction (line 185) | public function processEditAction() method saveFile (line 317) | protected function saveFile($name, $path, $type = false, $description ... method getValueReadonly (line 362) | protected function getValueReadonly() method getMultipleValueReadonly (line 377) | protected function getMultipleValueReadonly() method correctTmpName (line 396) | protected function correctTmpName($tmpName = '') FILE: lib/widget/HLIBlockFieldWidget.php class HLIBlockFieldWidget (line 26) | class HLIBlockFieldWidget extends HelperWidget method getEditHtml (line 39) | protected function getEditHtml() method processEditAction (line 70) | public function processEditAction() method getOldFieldData (line 132) | protected function getOldFieldData($entity_data_class) method getSettings (line 145) | public function getSettings($name = '') method generateRow (line 196) | public function generateRow(&$row, $data) method showFilterHtml (line 222) | public function showFilterHtml() method getUserFieldInfo (line 238) | public function getUserFieldInfo() method getHLId (line 252) | protected function getHLId() method getUserFields (line 267) | static public function getUserFields($iblockId, $data) method addError (line 286) | protected function addError($messageId) FILE: lib/widget/HelperWidget.php class HelperWidget (line 147) | abstract class HelperWidget method __construct (line 197) | public function __construct(array $settings = array()) method getEditHtml (line 211) | abstract protected function getEditHtml(); method getMultipleEditHtml (line 220) | protected function getMultipleEditHtml() method showBasicEditField (line 233) | public function showBasicEditField($isPKField) method getValueReadonly (line 286) | protected function getValueReadonly() method getMultipleValue (line 296) | protected function getMultipleValue() method getMultipleValueReadonly (line 329) | protected function getMultipleValueReadonly() method prepareToOutput (line 353) | public static function prepareToOutput($string, $hideTags = true) method prepareToTagAttr (line 372) | public static function prepareToTagAttr($string) method prepareToJs (line 385) | public static function prepareToJs($string) method generateRow (line 405) | abstract public function generateRow(&$row, $data); method showFilterHtml (line 416) | abstract public function showFilterHtml(); method getSettings (line 427) | public function getSettings($name = '') method setHelper (line 449) | public function setHelper(&$helper) method getCurrentFilterValue (line 459) | protected function getCurrentFilterValue() method checkFilter (line 477) | public function checkFilter($operationType, $value) method changeGetListOptions (line 494) | public function changeGetListOptions(&$filter, &$select, &$sort, $raw) method isFilterBetween (line 542) | protected function isFilterBetween() method processEditAction (line 554) | public function processEditAction() method processAfterSaveAction (line 568) | public function processAfterSaveAction() method addError (line 581) | protected function addError($messageId, $replace = array()) method checkRequired (line 595) | public function checkRequired() method setCode (line 611) | public function setCode($code) method getCode (line 620) | public function getCode() method loadSettings (line 635) | public function loadSettings($code = null) method getEntityName (line 656) | public function getEntityName() method setEntityName (line 664) | public function setEntityName($entityName) method setDefaultValue (line 673) | public function setDefaultValue() method setData (line 685) | public function setData(&$data) method getValue (line 698) | public function getValue() method setValue (line 712) | protected function setValue($value) method getMultipleField (line 727) | public function getMultipleField($fieldName) method setSetting (line 755) | public function setSetting($name, $value) method getValidationErrors (line 764) | public function getValidationErrors() method getFilterInputName (line 775) | protected function getFilterInputName() method getEditInputName (line 795) | protected function getEditInputName($suffix = null) method getEditInputHtmlId (line 804) | protected function getEditInputHtmlId() method getEditableListInputName (line 815) | protected function getEditableListInputName() method getCurrentViewType (line 829) | protected function getCurrentViewType() method isUnique (line 846) | private function isUnique() method isExcelView (line 884) | protected function isExcelView() method jsHelper (line 897) | protected function jsHelper() FILE: lib/widget/IblockElementWidget.php class IblockElementWidget (line 22) | class IblockElementWidget extends NumberWidget method __construct (line 31) | public function __construct(array $settings = array()) method getEditHtml (line 42) | public function getEditHtml() method getValueReadonly (line 81) | public function getValueReadonly() method generateRow (line 109) | public function generateRow(&$row, $data) FILE: lib/widget/NumberWidget.php class NumberWidget (line 12) | class NumberWidget extends StringWidget method checkFilter (line 19) | public function checkFilter($operationType, $value) method checkRequired (line 24) | public function checkRequired() method processEditAction (line 34) | public function processEditAction() method isNumber (line 44) | protected function isNumber($value) FILE: lib/widget/OrmElementWidget.php class OrmElementWidget (line 27) | class OrmElementWidget extends NumberWidget method processEditAction (line 29) | public function processEditAction() method loadSettings (line 54) | public function loadSettings($code = null) method getEditHtml (line 74) | public function getEditHtml() method getEditHtmlSelect (line 90) | protected function getEditHtmlSelect() method genEditHtmlInputs (line 139) | public function genEditHtmlInputs() method getMultipleEditHtml (line 161) | public function getMultipleEditHtml() method getValueReadonly (line 234) | public function getValueReadonly() method getMultipleValueReadonly (line 252) | public function getMultipleValueReadonly() method generateRow (line 276) | public function generateRow(&$row, $data) method showFilterHtml (line 290) | public function showFilterHtml() method getOrmElementData (line 339) | protected function getOrmElementData() method getOrmElementList (line 421) | protected function getOrmElementList() FILE: lib/widget/StringWidget.php class StringWidget (line 24) | class StringWidget extends HelperWidget method getEditHtml (line 34) | protected function getEditHtml() method getMultipleEditHtml (line 67) | protected function getMultipleEditHtml() method getMultipleValueReadonly (line 123) | protected function getMultipleValueReadonly() method generateRow (line 155) | public function generateRow(&$row, $data) method showFilterHtml (line 191) | public function showFilterHtml() FILE: lib/widget/TextAreaWidget.php class TextAreaWidget (line 19) | class TextAreaWidget extends StringWidget method getEditHtml (line 35) | protected function getEditHtml() method generateRow (line 47) | public function generateRow(&$row, $data) FILE: lib/widget/UrlWidget.php class UrlWidget (line 22) | class UrlWidget extends StringWidget method generateRow (line 32) | public function generateRow(&$row, $data) method getValue (line 46) | public function getValue() method getValueReadonly (line 72) | protected function getValueReadonly() method processEditAction (line 80) | public function processEditAction() FILE: lib/widget/UserWidget.php class UserWidget (line 18) | class UserWidget extends NumberWidget method getEditHtml (line 23) | public function getEditHtml() method getValueReadonly (line 50) | public function getValueReadonly() method generateRow (line 75) | public function generateRow(&$row, $data) FILE: lib/widget/VisualEditorWidget.php class VisualEditorWidget (line 11) | class VisualEditorWidget extends TextAreaWidget method getEditHtml (line 37) | protected function getEditHtml() method showBasicEditField (line 180) | public function showBasicEditField($isPKField) method processEditAction (line 204) | public function processEditAction() method getValueReadonly (line 240) | protected function getValueReadonly() method generateRow (line 248) | public function generateRow(&$row, $data) method getContentType (line 270) | public function getContentType() method getContentTypeCode (line 282) | public function getContentTypeCode() method getEntityShortName (line 292) | protected function getEntityShortName()