Assert\InvalidArgumentException::getConstraints PHP Method

getConstraints() public method

Get the constraints that applied to the failed assertion.
public getConstraints ( ) : array
return array
    public function getConstraints()
    {
        return $this->constraints;
    }