22 private $contentLanguage;
25 $this->contentLanguage = $contentLanguage;
37 if ( $string[0] ==
"\0" ) {
38 $string = substr( $string, 1 );
40 return $this->contentLanguage->firstChar( $string );
45class_alias( IdentityCollation::class,
'IdentityCollation' );