| Path : /var/www/html/phkaynews-v2/vendor/livewire/livewire/src/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : /var/www/html/phkaynews-v2/vendor/livewire/livewire/src/Castable.php |
<?php
namespace Livewire;
interface Castable
{
public function cast($value);
public function uncast($value);
}