Assert\InvalidArgumentException::getConstraints PHP Méthode

getConstraints() public méthode

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