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