Add namespace.
This commit is contained in:
14
Validator/iValidator.php
Normal file
14
Validator/iValidator.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php namespace Majestic\Validator;
|
||||
/**
|
||||
* @copyright NetMonsters <team@netmonsters.ru>
|
||||
* @link http://netmonsters.ru
|
||||
* @package Majestic
|
||||
* @subpackage validator
|
||||
* @since 2010-04-25
|
||||
*/
|
||||
|
||||
interface iValidator
|
||||
{
|
||||
public function isValid($value, $context = null);
|
||||
public function getMessage();
|
||||
}
|
Reference in New Issue
Block a user