Overtrue\Pinyin\Pinyin::setLoader PHP Method

setLoader() public method

Loader setter.
public setLoader ( Overtrue\Pinyin\DictLoaderInterface $loader )
$loader Overtrue\Pinyin\DictLoaderInterface
    public function setLoader(DictLoaderInterface $loader)
    {
        $this->loader = $loader;
        return $this;
    }