Viewing File: /htdocs/atito2/vendor/livewire/livewire/src/Wireable.php

<?php

namespace Livewire;

interface Wireable
{
    public function toLivewire();

    public static function fromLivewire($value);
}
Back to Directory File Manager