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
a094394d
Commit
a094394d
authored
Oct 30, 2011
by
Bas de Nooijer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
phpdoc fixes
parent
29076983
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
library/Solarium/Client/Adapter.php
library/Solarium/Client/Adapter.php
+3
-3
No files found.
library/Solarium/Client/Adapter.php
View file @
a094394d
...
@@ -143,14 +143,14 @@ abstract class Solarium_Client_Adapter extends Solarium_Configurable
...
@@ -143,14 +143,14 @@ abstract class Solarium_Client_Adapter extends Solarium_Configurable
public
function
setPath
(
$path
)
public
function
setPath
(
$path
)
{
{
if
(
substr
(
$path
,
-
1
)
==
'/'
)
$path
=
substr
(
$path
,
0
,
-
1
);
if
(
substr
(
$path
,
-
1
)
==
'/'
)
$path
=
substr
(
$path
,
0
,
-
1
);
return
$this
->
_setOption
(
'path'
,
$path
);
return
$this
->
_setOption
(
'path'
,
$path
);
}
}
/**
/**
* Get path option
* Get path option
*
*
* @return
void
* @return
string
*/
*/
public
function
getPath
()
public
function
getPath
()
{
{
...
@@ -215,7 +215,7 @@ abstract class Solarium_Client_Adapter extends Solarium_Configurable
...
@@ -215,7 +215,7 @@ abstract class Solarium_Client_Adapter extends Solarium_Configurable
*
*
* Based on host, path, port and core options.
* Based on host, path, port and core options.
*
*
* @return
void
* @return
string
*/
*/
public
function
getBaseUri
()
public
function
getBaseUri
()
{
{
...
...
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