|
128 | 128 | */ |
129 | 129 | $this->on('elastic-populate', include __DIR__ . '/events/elastic/populate.php'); |
130 | 130 |
|
131 | | -/** |
132 | | - * $ cradle package |
133 | | - * |
134 | | - * @param Request $request |
135 | | - * @param Response $response |
136 | | - */ |
137 | | -$this->on('package', include __DIR__ . '/events/package.php'); |
138 | | - |
139 | | -/** |
140 | | - * $ cradle package help |
141 | | - * |
142 | | - * @param Request $request |
143 | | - * @param Response $response |
144 | | - */ |
145 | | -$this->on('package-help', include __DIR__ . '/events/package/help.php'); |
146 | | - |
147 | | -/** |
148 | | - * $ cradle package install foo/bar |
149 | | - * $ cradle package install foo/bar 1.0.0 |
150 | | - * |
151 | | - * @param Request $request |
152 | | - * @param Response $response |
153 | | - */ |
154 | | -$this->on('package-install', include __DIR__ . '/events/package/install.php'); |
155 | | - |
156 | | -/** |
157 | | - * $ cradle package list |
158 | | - * |
159 | | - * @param Request $request |
160 | | - * @param Response $response |
161 | | - */ |
162 | | -$this->on('package-list', include __DIR__ . '/events/package/list.php'); |
163 | | - |
164 | | -/** |
165 | | - * $ cradle package remove foo/bar |
166 | | - * |
167 | | - * @param Request $request |
168 | | - * @param Response $response |
169 | | - */ |
170 | | -$this->on('package-remove', include __DIR__ . '/events/package/remove.php'); |
171 | | - |
172 | | -/** |
173 | | - * $ cradle package search foobar |
174 | | - * |
175 | | - * @param Request $request |
176 | | - * @param Response $response |
177 | | - */ |
178 | | -$this->on('package-search', include __DIR__ . '/events/package/search.php'); |
179 | | - |
180 | | -/** |
181 | | - * $ cradle package update foo/bar |
182 | | - * $ cradle package update foo/bar 1.0.0 |
183 | | - * |
184 | | - * @param Request $request |
185 | | - * @param Response $response |
186 | | - */ |
187 | | -$this->on('package-update', include __DIR__ . '/events/package/update.php'); |
188 | | - |
189 | 131 | /** |
190 | 132 | * $ cradle redis |
191 | 133 | * |
|
0 commit comments