* Returns the brick factory used upon brick creation inside the pipe. * @return {Factory} Factory
()
| 118 | * @return {Factory} Factory |
| 119 | */ |
| 120 | getBrickFactory () { |
| 121 | return this._brickFactory |
| 122 | } |
| 123 | |
| 124 | /** |
| 125 | * Sets the brick factory used upon brick creation inside the pipe. |
no outgoing calls
no test coverage detected