X7ROOT File Manager
Current Path:
/home/notabjze/just4dastreets.com/libraries/src/Form/Rule
home
/
notabjze
/
just4dastreets.com
/
libraries
/
src
/
Form
/
Rule
/
ðŸ“
..
📄
BooleanRule.php
(738 B)
📄
CalendarRule.php
(1.95 KB)
📄
CaptchaRule.php
(2.1 KB)
📄
ColorRule.php
(2.05 KB)
📄
CssIdentifierRule.php
(2.85 KB)
📄
EmailRule.php
(6.36 KB)
📄
EqualsRule.php
(2.38 KB)
📄
ExistsRule.php
(2.16 KB)
📄
FilePathRule.php
(2.61 KB)
📄
FolderPathExistsRule.php
(2.28 KB)
📄
ModuleLayoutRule.php
(1.04 KB)
📄
NotequalsRule.php
(2.17 KB)
📄
NumberRule.php
(2.11 KB)
📄
OptionsRule.php
(2.8 KB)
📄
PasswordRule.php
(6.38 KB)
📄
RulesRule.php
(3.55 KB)
📄
SubformRule.php
(2.49 KB)
📄
TelRule.php
(3.13 KB)
📄
TimeRule.php
(5.04 KB)
📄
UrlRule.php
(4.38 KB)
📄
UserIdRule.php
(2.28 KB)
📄
UsernameRule.php
(2.22 KB)
Editing: BooleanRule.php
<?php /** * Joomla! Content Management System * * @copyright (C) 2009 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ namespace Joomla\CMS\Form\Rule; \defined('JPATH_PLATFORM') or die; use Joomla\CMS\Form\FormRule; /** * Form Rule class for the Joomla Platform. * * @since 1.7.0 */ class BooleanRule extends FormRule { /** * The regular expression to use in testing a form field value. * * @var string * @since 1.7.0 */ protected $regex = '^(?:[01]|true|false)$'; /** * The regular expression modifiers to use when testing a form field value. * * @var string * @since 1.7.0 */ protected $modifiers = 'i'; }
Upload File
Create Folder