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