Assert\AssertionChain::__construct PHP Méthode

__construct() public méthode

public __construct ( $value, $defaultMessage = null, $defaultPropertyPath = null )
    public function __construct($value, $defaultMessage = null, $defaultPropertyPath = null)
    {
        $this->value = $value;
        $this->defaultMessage = $defaultMessage;
        $this->defaultPropertyPath = $defaultPropertyPath;
    }