PHP Class Owl\Http\Controllers\ImageController

Inheritance: extends Controller
Show file Open project: owl/owl

Public Properties

Property Type Description
$imageService

Public Methods

Method Description
__construct ( ImageService $imageService )
upload ( )

Method Details

__construct() public method

public __construct ( ImageService $imageService )
$imageService Owl\Services\ImageService

upload() public method

public upload ( )

Property Details

$imageService public property

public $imageService