Beispiel #1
0
 function store_image($file)
 {
     return parent::store_image('post', $file);
 }
Beispiel #2
0
 function store_image($file)
 {
     return parent::store_image('private', $file);
 }
Beispiel #3
0
 function store_image($file)
 {
     return parent::store_image('comment', $file);
 }
Beispiel #4
0
 function store_image($file)
 {
     return parent::store_image('link', $file);
 }