protected static property Ip::$versions

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Ip.php, line 48

Class

Ip
Validates that a value is a valid IP address

Namespace

Symfony\Component\Validator\Constraints

Code

protected static $versions = array(
  self::V4,
  self::V6,
  self::ALL,
  self::V4_NO_PRIV,
  self::V6_NO_PRIV,
  self::ALL_NO_PRIV,
  self::V4_NO_RES,
  self::V6_NO_RES,
  self::ALL_NO_RES,
  self::V4_ONLY_PUBLIC,
  self::V6_ONLY_PUBLIC,
  self::ALL_ONLY_PUBLIC,
);