Example #1
0
 /**
  *
  * @param string $target
  * @return string
  */
 public function ACImage($attributes)
 {
     return Ajde_Component_Image::processStatic($this->getParser(), $attributes);
 }
Example #2
0
 /**
  * @param string $target
  *
  * @return string
  */
 public function ACLazyImage($attributes)
 {
     return Ajde_Component_Image::processStatic($this->getParser(), array_merge($attributes, ['lazy' => true]));
 }