Пример #1
0
 protected function _doImages_inline_callback($matches)
 {
     $key = parent::_doImages_inline_callback($matches);
     $this->html_hashes[$key] = $this->_transformToLazyImages($this->html_hashes[$key]);
     return $key;
 }