PHP Class Owl\Repositories\Eloquent\ImageRepository

Inheritance: implements Owl\Repositories\ImageRepositoryInterface
Show file Open project: owl/owl

Protected Properties

Property Type Description
$image

Public Methods

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

Method Details

__construct() public method

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

createImage() public method

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

Property Details

$image protected property

protected $image