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

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

Protected Properties

Свойство Type Description
$fillable
$guarded
$table

Méthodes publiques

Méthode Description
errorAction ( )
getResourceKey ( )
successAction ( $fruit )
transform ( $model ) : array
transformer ( )
transformer ( ) : string

Method Details

errorAction() public méthode

public errorAction ( )

getResourceKey() public static méthode

public static getResourceKey ( )

successAction() public méthode

public successAction ( $fruit )

transform() public méthode

public transform ( $model ) : array
Résultat array

transformer() public static méthode

public static transformer ( )

transformer() public static méthode

public static transformer ( ) : string
Résultat string

Property Details

$fillable protected_oe property

protected $fillable

$guarded protected_oe property

protected $guarded

$table protected_oe property

protected $table