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
Update Image comments, added missing examples
[kohana-image.git]
/
classes
/
image.php
blob
5b0477492675cd15a8d9ef025d7931d5a28855ad
1
<
?php
defined
(
'SYSPATH'
)
or die
(
'No direct script access.'
);
2
3
abstract class
Image
extends
Kohana_Image
{}