mirror of
https://github.com/dg/dibi.git
synced 2025-08-17 19:37:13 +02:00
All setters provide a fluent interface now (i.e. return $this)
This commit is contained in:
@@ -629,11 +629,12 @@ class DibiConnection extends DibiObject
|
||||
|
||||
/**
|
||||
* @param IDibiProfiler
|
||||
* @return void
|
||||
* @return DibiConnection provides a fluent interface
|
||||
*/
|
||||
public function setProfiler(IDibiProfiler $profiler = NULL)
|
||||
{
|
||||
$this->profiler = $profiler;
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user