Documentation

OneOrMore extends OneOrMoreBase
in package

Rule wich allows the defined set of characters.

Empty strings are not allowed. At least one character from the defined set of chars.

Tags
author

gdever

Table of Contents

$charSet  : string
Charset
__construct()  : mixed
Constructor
validate()  : StringIterator
{@inheritdoc}
getCharSet()  : string
Method returns char set

Properties

Methods

__construct()

Constructor

public __construct(string $charSet) : mixed
Parameters
$charSet : string

the defined character set

Return values
mixed

getCharSet()

Method returns char set

protected getCharSet() : string
Return values
string

char set

Search results