forked from Cavemanon/cavepaintings
source url editor
git-svn-id: file:///home/shish/svn/shimmie2/trunk@412 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
17
core/events/sourceset.event.php
Normal file
17
core/events/sourceset.event.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/*
|
||||
* SourceSetEvent:
|
||||
* $image_id
|
||||
* $source
|
||||
*
|
||||
*/
|
||||
class SourceSetEvent extends Event {
|
||||
var $image_id;
|
||||
var $source;
|
||||
|
||||
public function SourceSetEvent($image_id, $source) {
|
||||
$this->image_id = $image_id;
|
||||
$this->source = $source;
|
||||
}
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user