| @@ 330-336 (lines=7) @@ | ||
| 327 | /** |
|
| 328 | * {@inheritdoc} |
|
| 329 | */ |
|
| 330 | public function findRootTypeDescriptors(Expression $expr) |
|
| 331 | { |
|
| 332 | $expr = Expr::method('getContainingModule', Expr::same($this->rootModule)) |
|
| 333 | ->andX($expr); |
|
| 334 | ||
| 335 | return $this->findTypeDescriptors($expr); |
|
| 336 | } |
|
| 337 | ||
| 338 | /** |
|
| 339 | * {@inheritdoc} |
|
| @@ 561-567 (lines=7) @@ | ||
| 558 | /** |
|
| 559 | * {@inheritdoc} |
|
| 560 | */ |
|
| 561 | public function findRootBindingDescriptors(Expression $expr) |
|
| 562 | { |
|
| 563 | $expr = Expr::method('getContainingModule', Expr::same($this->rootModule)) |
|
| 564 | ->andX($expr); |
|
| 565 | ||
| 566 | return $this->findBindingDescriptors($expr); |
|
| 567 | } |
|
| 568 | ||
| 569 | /** |
|
| 570 | * {@inheritdoc} |
|
| @@ 292-298 (lines=7) @@ | ||
| 289 | /** |
|
| 290 | * {@inheritdoc} |
|
| 291 | */ |
|
| 292 | public function findRootPathMappings(Expression $expr) |
|
| 293 | { |
|
| 294 | $expr = Expr::method('getContainingModule', Expr::same($this->rootModule)) |
|
| 295 | ->andX($expr); |
|
| 296 | ||
| 297 | return $this->findPathMappings($expr); |
|
| 298 | } |
|
| 299 | ||
| 300 | /** |
|
| 301 | * {@inheritdoc} |
|