repo.or.cz
/
kohana-image.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #20 from kohana/3.3/feat/driver-config
[kohana-image.git]
/
classes
/
Image.php
blob
559d3440b4eb3f9342b90b45c594370edae23347
1
<
?php
defined
(
'SYSPATH'
)
OR die
(
'No direct script access.'
);
2
3
abstract class
Image
extends
Kohana_Image
{}