Overtrue\Pinyin\Pinyin::__construct PHP Method

__construct() public method

Constructor.
public __construct ( string $loaderName = null )
$loaderName string
    public function __construct($loaderName = null)
    {
        $this->loader = $loaderName ?: 'Overtrue\\Pinyin\\FileDictLoader';
    }