eZ\Publish\Core\MVC\Symfony\Locale\LocaleConverterInterface::convertToEz PHP 메소드

convertToEz() 공개 메소드

Returns null if conversion cannot be made.
public convertToEz ( string $posixLocale ) : string | null
$posixLocale string
리턴 string | null
    public function convertToEz($posixLocale);
LocaleConverterInterface