| Current Path : /home/juvelize/www/components/com_zhgooglemap/models/rules/ |
| Current File : /home/juvelize/www/components/com_zhgooglemap/models/rules/title.php |
<?php
/*------------------------------------------------------------------------
# com_zhgooglemap - Zh GoogleMap
# ------------------------------------------------------------------------
# author: Dmitry Zhuk
# copyright: Copyright (C) 2011 zhuk.cc. All Rights Reserved.
# license: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
# website: http://zhuk.cc
# Technical Support Forum: http://forum.zhuk.cc/
-------------------------------------------------------------------------*/
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
// import Joomla formrule library
jimport('joomla.form.formrule');
/**
* Form Rule class for the Joomla Framework.
*/
class JFormRuleTitle extends JFormRule
{
/**
* The regular expression.
*
* @access protected
* @var string
* @since 1.6
*/
protected $regex = '^[^0-9]+$';
}