Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
solarium
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
solarium
Commits
45274934
Commit
45274934
authored
Jan 29, 2014
by
Bas de Nooijer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed constructor from interface (#227)
parent
68666a1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
library/Solarium/Core/ConfigurableInterface.php
library/Solarium/Core/ConfigurableInterface.php
+0
-12
No files found.
library/Solarium/Core/ConfigurableInterface.php
View file @
45274934
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment