PHP Interface Sulu\Bundle\MediaBundle\Media\ImageConverter\MediaImageExtractorInterface

Show file Open project: sulu/sulu Interface Usage Examples

Public Methods

Method Description
extract ( string $content ) : string Extracts an image out of the given content.

Method Details

extract() public method

Extracts an image out of the given content.
public extract ( string $content ) : string
$content string
return string