File manager - Edit - /var/www/payraty/helpdesk/vendor/intervention/image/src/Drivers/SpecializableAnalyzer.php
Back
<?php declare(strict_types=1); namespace Intervention\Image\Drivers; use Intervention\Image\Interfaces\AnalyzerInterface; use Intervention\Image\Interfaces\ImageInterface; abstract class SpecializableAnalyzer extends Specializable implements AnalyzerInterface { /** * {@inheritdoc} * * @see AnalyzerInterface::analyze() */ public function analyze(ImageInterface $image): mixed { return $image->analyze($this); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.13 |
proxy
|
phpinfo
|
Settings