* Sets the description. * @param {string|null} description Pipe description * @return {Pipe} Fluent interface
(description)
| 109 | * @return {Pipe} Fluent interface |
| 110 | */ |
| 111 | setDescription (description) { |
| 112 | this._description = description |
| 113 | return this |
| 114 | } |
| 115 | |
| 116 | /** |
| 117 | * Returns the brick factory used upon brick creation inside the pipe. |