Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
forbidals
/
gambling
/
vendor
/
intervention
/
image
/
src
/
Modifiers
:
DrawEllipseModifier.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php declare(strict_types=1); namespace Intervention\Image\Modifiers; use Intervention\Image\Geometry\Ellipse; use Intervention\Image\Interfaces\DrawableInterface; class DrawEllipseModifier extends AbstractDrawModifier { public function __construct(public Ellipse $drawable) { // } public function drawable(): DrawableInterface { return $this->drawable; } }