Image.php 167 Bytes
<?php
namespace common\components\artboximage\drivers;

use common\components\artboximage\drivers\Kohana\Kohana_Image;

abstract class Image extends Kohana_Image {}
?>