Commit 45274934 authored by Bas de Nooijer's avatar Bas de Nooijer

Removed constructor from interface (#227)

parent 68666a1e
......@@ -49,18 +49,6 @@ use Solarium\Exception\InvalidArgumentException;
*/
interface ConfigurableInterface
{
/**
* Constructor
*
* If options are passed they will be merged with {@link $options} using
* the {@link setOptions()} method.
*
* After handling the options the {@link _init()} method is called.
*
* @throws InvalidArgumentException
* @param array|\Zend_Config $options
*/
public function __construct($options = null);
/**
* Set options
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment