dashboard
repositories
filestore
activity
search
login
main
/
bot
Bot Gadu-Gadu
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
1. Zmiana nazwy pliku LICENCE na LICENSE (US English). 2. Uwzględnienie pli...
Jacek Kowalski
2012-09-17
362fd2f0e5d4709e8bd0b2286414fc09016ca4b9
[bot]
/
class
/
BotImage.php
1
2
3
4
5
6
7
<?php
abstract class BotImage {
protected $data = NULL;
abstract function getImage();
abstract function getImageData();
}
?>