Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Remove getOption() from interface
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Jun 7, 2016
1 parent 54f592a commit 84b8424
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions core/src/core/src/pydio/Core/Model/RepositoryInterface.php
Expand Up @@ -124,16 +124,6 @@ public function getClientSettings(ContextInterface $ctx);
*/
public function addOption($oName, $oValue);

/**
* Get the repository options, filtered in various maners
* @param string $oName
* @param bool $safe Do not filter
* @param UserInterface $resolveUser
* @return mixed|string
* @throws \Exception
*/
public function getOption($oName, $safe = false, $resolveUser = null);

/**
* @param ContextInterface $ctx
* @param string $oName
Expand Down

0 comments on commit 84b8424

Please sign in to comment.