protected static property Ip::$versions in Plug 7
File
- lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Constraints/ Ip.php, line 49
Class
- Ip
- Validates that a value is a valid IP address.
Namespace
Symfony\Component\Validator\ConstraintsCode
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,
);