Polyglot\Polyglot::boot PHP Метод

boot() защищенный статический Метод

The "booting" method of the model.
protected static boot ( )
    protected static function boot()
    {
        parent::boot();
        static::saving('Polyglot\\PolyglotObserver@saving');
    }