| 1 | <?php  | 
            ||
| 19 | class Slug extends Regexp { | 
            ||
| 20 | |||
| 21 | /**  | 
            ||
| 22 | * Holds the amount of parameters.  | 
            ||
| 23 | */  | 
            ||
| 24 | protected $amountOfParameters = 0;  | 
            ||
| 25 | |||
| 26 | /**  | 
            ||
| 27 | * Holds the type of the validator.  | 
            ||
| 28 | */  | 
            ||
| 29 | protected $type = 'slug';  | 
            ||
| 30 | |||
| 31 | /**  | 
            ||
| 32 |      * {@inheritdoc} | 
            ||
| 33 | */  | 
            ||
| 34 |     protected function isValidComparison($value, $parameters) { | 
            ||
| 38 | }  | 
            ||
| 39 |