render() public method

Renders the media object
public render ( ) : string
return string
Ejemplo n.º 1
0
 /**
  * Renders the media object
  *
  * @return string 
  * @throws MediaObjectException if there is no contents
  * @static 
  */
 public static function render()
 {
     return \Bootstrapper\MediaObject::render();
 }