Méthode | Description | |
---|---|---|
all ( ) : Illuminate\Database\Eloquent\Collection | static[] | Returns all Blogs. | |
allTags ( ) | ||
findBlogById ( integer $id ) : |
Find Blog by given id. | |
findBlogsByTag ( string $tag ) : |
Find Blogs by given Tag. | |
findBlogsByURL ( string $url ) : |
Find Blog by given URL. | |
paginated ( ) | ||
published ( ) | ||
publishedAndPaginated ( ) | ||
search ( $input ) | ||
store ( array $input ) : |
Stores Blog into database. | |
tags ( $tag ) | ||
update ( |
Updates Blog into database. |
public all ( ) : Illuminate\Database\Eloquent\Collection | static[] | ||
Résultat | Illuminate\Database\Eloquent\Collection | static[] |
public findBlogById ( integer $id ) : |
||
$id | integer | |
Résultat |
public findBlogsByTag ( string $tag ) : |
||
$tag | string | |
Résultat |
public findBlogsByURL ( string $url ) : |
||
$url | string | |
Résultat |