Méthode |
Description |
|
all ( ) : Illuminate\Database\Eloquent\Collection | static[] |
Returns all Links. |
|
findLinksById ( integer $id ) : Collection | null | static | Links |
Find Links by given id. |
|
getLinksByMenu ( integer $id ) : Collection | null | static | Links |
Find Links by given id. |
|
getLinksByMenuID ( integer $id ) : Collection | null | static | Links |
Find Links by menu id. |
|
store ( array $input ) : Links |
Stores Links into database. |
|
update ( Links $links, array $input ) : Links |
Updates Links into database. |
|