Preview: Jsonable.php
Size: 241 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Contracts/Support/Jsonable.php
<?php
namespace Illuminate\Contracts\Support;
interface Jsonable
{
/**
* Convert the object to its JSON representation.
*
* @param int $options
* @return string
*/
public function toJson($options = 0);
}
Directory Contents
Dirs: 0 × Files: 11