PHP Class Modules\Doptor\TranslationManager\Models\TranslationLanguage

Inheritance: extends Eloquen\Eloquent, implements Robbo\Presenter\PresentableInterface
Afficher le fichier Open project: doptor/doptor Class Usage Examples

Protected Properties

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

Méthodes publiques

Méthode Description
create ( array $attributes = [] ) : void Create a new slide
getPresenter ( ) Initiate the presenter class
update ( array $attributes = [], array $options = [] ) : void Update an existing slide

Method Details

create() public static méthode

Create a new slide
public static create ( array $attributes = [] ) : void
$attributes array
Résultat void

getPresenter() public méthode

Initiate the presenter class
public getPresenter ( )

update() public méthode

Update an existing slide
public update ( array $attributes = [], array $options = [] ) : void
$attributes array
$options array
Résultat void

Property Details

$fillable protected_oe property

protected $fillable

$guarded protected_oe property

protected $guarded

$table protected_oe property

protected $table