1
0
mirror of https://github.com/Chouchen/tumblr2shaarli.git synced 2018-06-06 17:22:06 +02:00
tumblr2shaarli/vendor/league/html-to-markdown/src/ConfigurationAwareInterface.php

12 lines
189 B
PHP
Raw Normal View History

2016-10-06 12:19:58 +02:00
<?php
namespace League\HTMLToMarkdown;
interface ConfigurationAwareInterface
{
/**
* @param Configuration $config
*/
public function setConfig(Configuration $config);
}