Subversion Repositories Applications.gtt

Rev

Rev 94 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 94 Rev 187
Line 6... Line 6...
6
 *
6
 *
7
 * @category   pear
7
 * @category   pear
8
 * @package    PEAR
8
 * @package    PEAR
9
 * @author     Greg Beaver <cellog@php.net>
9
 * @author     Greg Beaver <cellog@php.net>
10
 * @copyright  1997-2006 The PHP Group
10
 * @copyright  1997-2006 The PHP Group
11
 * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
11
 * @license    http://opensource.org/licenses/bsd-license.php New BSD License
12
 * @version    CVS: $Id: PECL.php,v 1.8 2006/05/12 02:38:58 cellog Exp $
-
 
13
 * @link       http://pear.php.net/package/PEAR
12
 * @link       http://pear.php.net/package/PEAR
14
 * @since      File available since Release 1.4.0a5
13
 * @since      File available since Release 1.4.0a5
15
 */
14
 */
16
/**
15
/**
17
 * This is the parent class for all validators
16
 * This is the parent class for all validators
Line 20... Line 19...
20
/**
19
/**
21
 * Channel Validator for the pecl.php.net channel
20
 * Channel Validator for the pecl.php.net channel
22
 * @category   pear
21
 * @category   pear
23
 * @package    PEAR
22
 * @package    PEAR
24
 * @author     Greg Beaver <cellog@php.net>
23
 * @author     Greg Beaver <cellog@php.net>
25
 * @copyright  1997-2006 The PHP Group
24
 * @copyright  1997-2009 The Authors
26
 * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
25
 * @license    http://opensource.org/licenses/bsd-license.php New BSD License
27
 * @version    Release: 1.5.1
26
 * @version    Release: 1.10.1
28
 * @link       http://pear.php.net/package/PEAR
27
 * @link       http://pear.php.net/package/PEAR
29
 * @since      Class available since Release 1.4.0a5
28
 * @since      Class available since Release 1.4.0a5
30
 */
29
 */
31
class PEAR_Validator_PECL extends PEAR_Validate
30
class PEAR_Validator_PECL extends PEAR_Validate
32
{
31
{