Current Path :
/
home
/
develito
/
www
/
libraries
/
sobi
/
ThirdParty
/
Grafika
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/www/libraries/sobi/ThirdParty/Grafika/FilterInterface.php
<?php namespace Grafika; /** * Interface FilterInterface * @package Grafika */ interface FilterInterface { /** * @param ImageInterface $image * * @return ImageInterface */ public function apply( $image ); }