Added getter for the stdio instance

master
Thomas Keller 2010-09-13 00:50:16 +00:00
parent f68bba1292
commit 77cdbefe0c
1 changed files with 10 additions and 0 deletions

View File

@ -47,6 +47,16 @@ class IDF_Scm_Monotone extends IDF_Scm
$this->stdio = new IDF_Scm_Monotone_Stdio($project);
}
/**
* Returns the stdio instance in use
*
* @return IDF_Scm_Monotone_Stdio
*/
public function getStdio()
{
return $this->stdio;
}
/**
* @see IDF_Scm::getRepositorySize()
*/