public function getImages($config = array())
 {
     parent::getImages($config);
     if ($this->_syncmode == true) {
         // get sync images if sync feature is enabled
         $this->getSyncImages($config);
     }
     return $this->_data['images'];
 }