Public Member Functions | |
setUnreservedPartChars ($unreservedPartChars) | |
normalize ($matched) | |
Static Public Member Functions | |
static | create () |
Private Attributes | |
$unreservedPartChars = null |
Definition at line 754 of file GenericUri.class.php.
static PercentEncodingNormalizator::create | ( | ) | [static] |
Definition at line 761 of file GenericUri.class.php.
Referenced by GenericUri::normalizePercentEncoded().
PercentEncodingNormalizator::normalize | ( | $ | matched | ) |
Definition at line 775 of file GenericUri.class.php.
References GenericUri::CHARS_UNRESERVED.
PercentEncodingNormalizator::setUnreservedPartChars | ( | $ | unreservedPartChars | ) |
Definition at line 769 of file GenericUri.class.php.
References $unreservedPartChars.
PercentEncodingNormalizator::$unreservedPartChars = null [private] |
Definition at line 756 of file GenericUri.class.php.
Referenced by setUnreservedPartChars().