Assert\InvalidArgumentException::getConstraints PHP Метод

getConstraints() публичный Метод

Get the constraints that applied to the failed assertion.
public getConstraints ( ) : array
Результат array
    public function getConstraints()
    {
        return $this->constraints;
    }