Skip to content

Commit

Permalink
getTransactionManager() moved to Workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Stark committed Jul 25, 2011
1 parent 3128ef4 commit 18cef34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/PHPCR/SessionInterface.php
Expand Up @@ -93,14 +93,6 @@ interface SessionInterface
*/
function getRepository();

/**
* Returns the UserTransaction object associated with this session
*
* @return \PHPCR\Transaction\UserTransactionInterface a UserTransaction object.
* @api
*/
function getTransactionManager();

/**
* Gets the user ID associated with this Session.
*
Expand Down
8 changes: 8 additions & 0 deletions src/PHPCR/WorkspaceInterface.php
Expand Up @@ -380,6 +380,14 @@ function getLockManager();
*/
function getQueryManager();

/**
* Returns the UserTransaction object associated with this session
*
* @return \PHPCR\Transaction\UserTransactionInterface a UserTransaction object.
* @api
*/
function getTransactionManager();

/**
* Returns the NamespaceRegistry object, which is used to access the mapping between prefixes and namespaces.
*
Expand Down

0 comments on commit 18cef34

Please sign in to comment.