%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/pjold/vendor/livewire/livewire/src/Features/
Upload File :
Create Path :
Current File : //var/www/pjold/vendor/livewire/livewire/src/Features/Placeholder.php

<?php

namespace Livewire\Features;

use Livewire\Livewire;

class Placeholder
{
    static function init() { return new static; }

    function __construct()
    {
        Livewire::listen('component.hydrate', function ($component, $request) {
            //
        });

        Livewire::listen('component.dehydrate', function ($component, $response) {
            //
        });

        Livewire::listen('flush-state', function() {
            //
        });
    }
}

Zerion Mini Shell 1.0