Method | Description | |
---|---|---|
__construct ( |
Create a new Link instance. | |
delete ( integer $id ) | Delete a link. | |
findAllPaginated ( $perPage = 50 ) : Illuminate\Database\Eloquent\Collection | |
Get all link with paginator. | |
getSaveForm ( ) : |
Get the link save form | |
store ( array $data ) : array | Store a link. | |
update ( integer $id, array $data ) : array | Update link. |
public __construct ( |
||
$link |
public findAllPaginated ( $perPage = 50 ) : Illuminate\Database\Eloquent\Collection | |
||
$perPage | = 50 | |
return | Illuminate\Database\Eloquent\Collection | |
public getSaveForm ( ) : |
||
return |