Bluz\Proxy\Messages::initInstance PHP Méthode

initInstance() protected static méthode

Init instance
protected static initInstance ( ) : Messages
Résultat Bluz\Messages\Messages
    protected static function initInstance()
    {
        $instance = new Instance();
        $instance->setOptions(Config::getData('messages'));
        return $instance;
    }