本文整理汇总了PHP中TitanFrameworkOption::__construct方法的典型用法代码示例。如果您正苦于以下问题:PHP TitanFrameworkOption::__construct方法的具体用法?PHP TitanFrameworkOption::__construct怎么用?PHP TitanFrameworkOption::__construct使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类TitanFrameworkOption
的用法示例。
在下文中一共展示了TitanFrameworkOption::__construct方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: array
/**
* Constructor
*
* @since 1.4
*/
function __construct($settings, $owner)
{
parent::__construct($settings, $owner);
add_action('admin_enqueue_scripts', array($this, 'enqueueSlider'));
add_action('customize_controls_enqueue_scripts', array($this, 'enqueueSlider'));
add_action('admin_head', array(__CLASS__, 'createSliderScript'));
}
示例2: array
/**
* Constructor
*
* @return void
* @since 1.5
*/
function __construct($settings, $owner)
{
parent::__construct($settings, $owner);
add_filter('tf_generate_css_upload_' . $this->getOptionNamespace(), array($this, 'generateCSS'), 10, 2);
add_action('tf_livepreview_pre_' . $this->getOptionNamespace(), array($this, 'preLivePreview'), 10, 3);
add_action('tf_livepreview_post_' . $this->getOptionNamespace(), array($this, 'postLivePreview'), 10, 3);
}
示例3: array
/**
* Constructor
*
* @param array $settings Option settings
* @param string $owner Namespace
*
* @since 1.9.3
*/
function __construct($settings, $owner)
{
parent::__construct($settings, $owner);
tf_add_action_once('admin_enqueue_scripts', array($this, 'load_select_scripts'));
tf_add_action_once('customize_controls_enqueue_scripts', array($this, 'load_select_scripts'));
tf_add_action_once('admin_head', array($this, 'init_select_script'));
tf_add_action_once('customize_controls_print_footer_scripts', array($this, 'init_select_script'));
}
示例4: array
/**
* Constructor
*
* @return void
* @since 1.4
*/
function __construct($settings, $owner)
{
parent::__construct($settings, $owner);
add_action('admin_enqueue_scripts', array($this, "loadAdminScripts"));
add_action('customize_controls_enqueue_scripts', array($this, 'loadAdminScripts'));
add_action('admin_head', array(__CLASS__, 'createFontScript'));
add_action('tf_create_option_' . $this->getOptionNamespace(), array($this, "rememberGoogleFonts"));
add_action('wp_enqueue_scripts', array($this, "enqueueGooglefonts"));
add_filter('tf_generate_css_font_' . $this->getOptionNamespace(), array($this, 'generateCSS'), 10, 2);
}
示例5: array
/**
* Constructor
*
* @since 1.4
*/
function __construct($settings, $owner)
{
parent::__construct($settings, $owner);
add_action('admin_enqueue_scripts', array($this, 'enqueueDatepicker'));
add_action('customize_controls_enqueue_scripts', array($this, 'enqueueDatepicker'));
add_action('admin_head', array(__CLASS__, 'createCalendarScript'));
if (empty(self::$date_epoch)) {
self::$date_epoch = date('Y-m-d', 0);
}
}
示例6: array
/**
* Constructor
*
* @since 1.4
*/
function __construct($settings, $owner)
{
if (defined('WP_DEBUG')) {
if (WP_DEBUG == true) {
// Warn about deprecation, refer to `font` option
TitanFramework::displayFrameworkError(sprintf(__('%s has been deprecated and will be removed in version %s! Please use %s instead to avoid errors in the future.', TF_I18NDOMAIN), '<code>select-googlefont</code>', '<code>1.5</code>', '<code>font</code>'));
}
}
parent::__construct($settings, $owner);
add_filter('tf_generate_css_select-googlefont_' . $this->getOptionNamespace(), array($this, 'generateCSS'), 10, 2);
}
示例7: array
/**
* Constructor
*
* @since 1.3
*/
function __construct($settings, $owner)
{
parent::__construct($settings, $owner);
add_action('admin_enqueue_scripts', array($this, "loadAdminScripts"));
add_action('customize_controls_enqueue_scripts', array($this, 'loadAdminScripts'));
// CSS generation for CSS code langs
add_filter('tf_generate_css_code_' . $this->getOptionNamespace(), array($this, "generateCSSCode"), 10, 2);
add_filter('wp_head', array($this, "printCSSForPagesAndPosts"), 100);
// JS inclusion for Javascript code langs
add_filter('wp_footer', array($this, "printJS"), 100);
add_filter('wp_footer', array($this, "printJSForPagesAndPosts"), 101);
}
示例8: array
/**
* Constructor
*
* @return void
* @since 1.4
*/
function __construct($settings, $owner)
{
parent::__construct($settings, $owner);
tf_add_action_once('admin_enqueue_scripts', array($this, 'loadAdminScripts'));
tf_add_action_once('customize_controls_enqueue_scripts', array($this, 'loadAdminScripts'));
tf_add_action_once('admin_head', array(__CLASS__, 'createFontScript'));
tf_add_action_once('wp_enqueue_scripts', array($this, 'enqueueGooglefonts'));
add_filter('tf_generate_css_font_' . $this->getOptionNamespace(), array($this, 'generateCSS'), 10, 2);
// Customizer preview handling
tf_add_action_once('tf_generate_customizer_preview_js', array($this, 'generateCustomizerPreviewJS'));
tf_add_filter_once('tf_generate_customizer_preview_css_' . $this->getOptionNamespace(), array($this, 'generateCustomizerPreviewCSS'));
if ($this->settings['enqueue']) {
self::$optionsToEnqueue[] = $this;
}
}
示例9:
function __construct($settings, $owner)
{
parent::__construct($settings, $owner);
}
示例10: array
function __construct($settings, $owner)
{
parent::__construct($settings, $owner);
add_action('tf_livepreview_pre_' . $this->getOptionNamespace(), array($this, 'preLivePreview'), 10, 3);
}
示例11: array
function __construct($settings, $owner)
{
parent::__construct($settings, $owner);
add_action("admin_enqueue_scripts", array($this, 'enqueueScripts'));
}
示例12: array
/**
* Constructor, fixes the settings to allow for multiple ajax buttons in a single option
*
* @param $settings Array Option settings
* @param $owner Object The container of the option
* @return void
*/
function __construct($settings, $owner)
{
parent::__construct($settings, $owner);
add_action('admin_head', array(__CLASS__, 'createAjaxScript'));
// Adjust the settings
foreach ($this->defaultSecondarySettings as $key => $default) {
if (!is_array($this->settings[$key])) {
$this->settings[$key] = array($this->settings[$key]);
}
}
while (count($this->settings['label']) < count($this->settings['action'])) {
$this->settings['label'][] = $this->settings['label'][count($this->settings['label']) - 1];
}
while (count($this->settings['class']) < count($this->settings['action'])) {
$this->settings['class'][] = 'button-secondary';
}
while (count($this->settings['wait_label']) < count($this->settings['action'])) {
$this->settings['wait_label'][] = $this->settings['wait_label'][count($this->settings['wait_label']) - 1];
}
while (count($this->settings['error_label']) < count($this->settings['action'])) {
$this->settings['error_label'][] = $this->settings['error_label'][count($this->settings['error_label']) - 1];
}
while (count($this->settings['success_label']) < count($this->settings['action'])) {
$this->settings['success_label'][] = $this->settings['success_label'][count($this->settings['success_label']) - 1];
}
while (count($this->settings['success_callback']) < count($this->settings['action'])) {
$this->settings['success_callback'][] = '';
}
while (count($this->settings['error_callback']) < count($this->settings['action'])) {
$this->settings['error_callback'][] = __('Something went wrong', TF_I18NDOMAIN);
}
foreach ($this->settings['label'] as $i => $label) {
if (empty($label)) {
$this->settings['label'][$i] = __('Click me', TF_I18NDOMAIN);
}
}
foreach ($this->settings['wait_label'] as $i => $label) {
if (empty($label)) {
$this->settings['wait_label'][$i] = __('Please wait...', TF_I18NDOMAIN);
}
}
foreach ($this->settings['error_label'] as $i => $label) {
if (empty($label)) {
$this->settings['error_label'][$i] = $this->settings['label'][$i];
}
}
foreach ($this->settings['success_label'] as $i => $label) {
if (empty($label)) {
$this->settings['success_label'][$i] = $this->settings['label'][$i];
}
}
/**
* Create ajax handlers for security and last resort success returns
*/
foreach ($this->settings['action'] as $i => $action) {
if (!empty($action)) {
add_action('wp_ajax_' . $action, array($this, 'ajaxSecurityChecker'), 1);
add_action('wp_ajax_' . $action, array($this, 'ajaxLastSuccess'), 99999);
}
}
}
示例13: array
function __construct($settings, $owner)
{
parent::__construct($settings, $owner);
tf_add_action_once('admin_enqueue_scripts', array($this, 'enqueueColorPickerScript'));
tf_add_action_once('admin_footer', array($this, 'startColorPicker'));
}
示例14:
/**
* Override the constructor to include the creation of the options within
* the group.
*
* @param array $settings The settings of the option.
* @param TitanFrameworkAdminPage $owner The owner of the option.
*/
function __construct($settings, $owner)
{
parent::__construct($settings, $owner);
$this->init_group_options();
}
示例15: array
/**
* Constructor
*
* @return void
* @since 1.5
*/
function __construct($settings, $owner)
{
parent::__construct($settings, $owner);
add_filter('tf_generate_css_upload_' . $this->getOptionNamespace(), array($this, 'generateCSS'), 10, 2);
}