Bluz\Proxy\Messages::initInstance PHP Method

initInstance() protected static method

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