Your IP : 216.73.216.95


Current Path : /var/www/ooareogundevinitiative/wp-content/plugins/brizy/content/providers/
Upload File :
Current File : /var/www/ooareogundevinitiative/wp-content/plugins/brizy/content/providers/interface.php

<?php

interface Brizy_Content_Providers_Interface {

	const CONFIG_KEY_TEXT     = 'richText';
	const CONFIG_KEY_IMAGE    = 'image';
	const CONFIG_KEY_LINK     = 'link';
	const CONFIG_KEY_OEMBED   = 'oembed';
	const CONFIG_KEY_VIDEO    = 'video';
	const CONFIG_KEY_SNDCLOUD = 'sndcloud';

	/**
	 * @return mixed
	 */
	public function getGroupedPlaceholders();

	public function getAllPlaceholders();
}