PHP Class Owl\Repositories\Eloquent\ImageRepository

Inheritance: implements Owl\Repositories\ImageRepositoryInterface
Afficher le fichier Open project: owl/owl

Protected Properties

Свойство Type Description
$image

Méthodes publiques

Méthode Description
__construct ( Owl\Repositories\Eloquent\Models\Image $image )
createImage ( $img ) : Illuminate\Database\Eloquent\Model Create a new image.

Method Details

__construct() public méthode

public __construct ( Owl\Repositories\Eloquent\Models\Image $image )
$image Owl\Repositories\Eloquent\Models\Image

createImage() public méthode

Create a new image.
public createImage ( $img ) : Illuminate\Database\Eloquent\Model
Résultat Illuminate\Database\Eloquent\Model

Property Details

$image protected_oe property

protected $image