| Current Path : /home/smartconb/www/armencom33/libraries/sobi/ThirdParty/Grafika/ |
| Current File : /home/smartconb/www/armencom33/libraries/sobi/ThirdParty/Grafika/DrawingObjectInterface.php |
<?php
namespace Grafika;
/**
* Interface DrawingObjectInterface
* @package Grafika
*/
interface DrawingObjectInterface {
/**
* @param ImageInterface $image
*
* @return ImageInterface
*/
public function draw( $image );
}