Craft 3 Class Reference

Class craft\helpers\Stringy

Inheritance
craft\helpers\Stringy ยป Stringy\Stringy
Available since version
3.0
Source Code
https://github.com/craftcms/cms/blob/master/src/helpers/Stringy.php

The entire purpose of this class is so we can get at the charsArray in Stringy, which is a protected method and the creators did not want to expose as public.

Public Methods
Method Description Defined By
getAsciiCharMap() Call Stringy's charsArray for backwards compatibility. craft\helpers\Stringy

Method Details

getAsciiCharMap() public method #

Call Stringy's charsArray for backwards compatibility.

public array getAsciiCharMap ( )