D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
3023066
/
task
/
3023066
/
cwd
/
public_html
/
vendor
/
livewire
/
livewire
/
src
/
Filename :
Wireable.php
back
Copy
<?php namespace Livewire; interface Wireable { public function toLivewire(); public static function fromLivewire($value); }