Assert\AssertionChain::__construct PHP Method

__construct() public method

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