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