PluginProbe
CSS & JavaScript Toolbox / 8.4.2
CSS & JavaScript Toolbox v8.4.2
trunk 0.3 0.8 10 10.1 11 11.2 11.3 11.4 11.5 11.6 11.7 11.8 11.9 11.9.1 12 12.0 12.0.1 12.0.3 12.0.4 12.0.5 12.0.6 12.0.7 6.0 6.0.11 All 60 releases
css-javascript-toolbox / framework / PluggableHelper.abstract.php

PluggableHelper.abstract.php in CSS & JavaScript Toolbox 8.4.2, at framework/PluggableHelper.abstract.php

36 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 *
4 */
5
6 /**
7 *
8 */
9 abstract class CJTPluggableHelper
10 {
11
12 const ACTION_CJT_TEXT_DOMAIN_LOADED = 'cjt-text-domain-loaded';
13
14 const ACTION_BLOCK_QUERY_BLOCKS = 'cjt-block-query-blocks';
15
16 const FILTER_BLOCK_ASSIGN_PANEL_TABS = 'cjt-block-assign-panel-tabs';
17
18 const FILTER_BLOCK_MODEL_CUSTOM_PINS = 'cjt-block-model-custom-pins';
19 const FILTER_BLOCK_MODEL_PROPERTIES_META = 'cjt-block-model-properties-meta';
20 const FILTER_BLOCK_MODEL_PRE_UPDATE_BLOCK = 'cjt-block-model-pre-update-block';
21 const FILTER_BLOCK_MODEL_PRE_UPDATE_BLOCK_PINS = 'cjt-block-model-pre-update-block-pins';
22
23 const FILTER_BLOCKS_COUPLING_MODEL_BLOCKS_QUEUE = 'cjt-blocks-coupling-model-blocks-queue';
24
25 const ACTION_BLOCK_CUSTOM_POST_TYPES = 'cjt-block-custom-post-types';
26
27 const ACTION_BLOCKS_MANAGER_TOOLBOX_LEFT_BUTTONS = 'cjt-blocks-manager-toolbox-left-buttons';
28 const ACTION_BLOCKS_MANAGER_TOOLBOX_ADMIN_TOOLS_TOP = 'cjt-blocks-manager-toolbox-tools-top';
29 const ACTION_BLOCKS_MANAGER_TOOLBOX_RIGHT_BUTTONS = 'cjt-blocks-manager-toolbox-right-buttons';
30
31 const ACTION_BLOCK_SCREEN_INFO_TOP = 'cjt-block-screen-info-top';
32
33 const ACTION_BLOCK_ASSIGN_PANEL_TAB_BOTTOM = 'cjt-block-assign-panel-tab-bottom';
34
35 const ACTION_BLOCK_CODE_FILE_TEMPLATE_CREATE_NEW_FILE = 'cjt-block-code-file-template-create-bew-file';
36 }