PHP Class DataSift\Storyplayer\Cli\Feature_SystemUnderTestConfigValidator

Inheritance: implements Phix_Project\ValidationLib4\Validator
Afficher le fichier Open project: datasift/storyplayer

Protected Properties

Свойство Type Description
$defaultValue string
$sutList DataSift\Storyplayer\ConfigLib\SystemsUnderTestList

Méthodes publiques

Méthode Description
__construct ( SystemsUnderTestList $sutList, string $defaultValue )
validate ( mixed $value, Phix_Project\ValidationLib4\ValidationResult $result = null ) : Phix_Project\ValidationLib4\ValidationResult

Method Details

__construct() public méthode

public __construct ( SystemsUnderTestList $sutList, string $defaultValue )
$sutList DataSift\Storyplayer\ConfigLib\SystemsUnderTestList
$defaultValue string

validate() public méthode

public validate ( mixed $value, Phix_Project\ValidationLib4\ValidationResult $result = null ) : Phix_Project\ValidationLib4\ValidationResult
$value mixed
$result Phix_Project\ValidationLib4\ValidationResult
Résultat Phix_Project\ValidationLib4\ValidationResult

Property Details

$defaultValue protected_oe property

protected string $defaultValue
Résultat string

$sutList protected_oe property

protected SystemsUnderTestList,DataSift\Storyplayer\ConfigLib $sutList
Résultat DataSift\Storyplayer\ConfigLib\SystemsUnderTestList