PHP Class Flugg\Responder\Tests\TestCase.TestCase.

Inheritance: extends Illuminate\Database\Eloquent\Model, implements Flugg\Responder\Contracts\Transformable
Datei anzeigen Open project: flugger/laravel-responder

Protected Properties

Property Type Description
$fillable
$guarded
$table

Public Methods

Method Description
errorAction ( )
getResourceKey ( )
successAction ( $fruit )
transform ( $model ) : array
transformer ( )
transformer ( ) : string

Method Details

errorAction() public method

public errorAction ( )

getResourceKey() public static method

public static getResourceKey ( )

successAction() public method

public successAction ( $fruit )

transform() public method

public transform ( $model ) : array
return array

transformer() public static method

public static transformer ( )

transformer() public static method

public static transformer ( ) : string
return string

Property Details

$fillable protected_oe property

protected $fillable

$guarded protected_oe property

protected $guarded

$table protected_oe property

protected $table