PHP Class Respect\Validation\Rules\Domain

Inheritance: extends AbstractComposite
Show file Open project: respect/validation

Protected Properties

Property Type Description
$checks
$otherParts
$tld

Public Methods

Method Description
__construct ( $tldCheck = true )
assert ( $input )
check ( $input )
tldCheck ( $do = true )
validate ( $input )

Protected Methods

Method Description
collectAssertException ( &$exceptions, $validator, $input )

Method Details

__construct() public method

public __construct ( $tldCheck = true )

assert() public method

public assert ( $input )

check() public method

public check ( $input )

collectAssertException() protected method

protected collectAssertException ( &$exceptions, $validator, $input )

tldCheck() public method

public tldCheck ( $do = true )

validate() public method

public validate ( $input )

Property Details

$checks protected property

protected $checks

$otherParts protected property

protected $otherParts

$tld protected property

protected $tld