Added getter for the stdio instance
This commit is contained in:
parent
f68bba1292
commit
77cdbefe0c
@ -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()
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user