PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Contracts
/
Database
/
Eloquent
<?php namespace Illuminate\Contracts\Database\Eloquent; interface Castable { /** * Get the name of the caster class to use when casting from / to this cast target. * * @param array $arguments * @return string * @return string|\Illuminate\Contracts\Database\Eloquent\CastsAttributes|\Illuminate\Contracts\Database\Eloquent\CastsInboundAttributes */ public static function castUsing(array $arguments); }
[+]
..
[-] CastsInboundAttributes.php
[edit]
[-] CastsAttributes.php
[edit]
[-] SerializesCastableAttributes.php
[edit]
[-] Builder.php
[edit]
[-] DeviatesCastableAttributes.php
[edit]
[-] Castable.php
[edit]
[-] SupportsPartialRelations.php
[edit]