classes/phing/types/selectors/SelectorContainer.php
This is the interface for selectors that can contain other selectors.
- author
- Bruce Atherton
- package
- phing.types.selectors
\SelectorContainer
This is the interface for selectors that can contain other selectors.
- author
- Bruce Atherton
- package
- phing.types.selectors
Methods

appendSelector(
\selector $selector
)
:
\theAdd a new selector into this container.
| Name | Type | Description |
|---|---|---|
| $selector | \selector | the new selector to add |
| Type | Description |
|---|---|
| \the |

getSelectors(
$p
)
:
\anReturns a *copy* of the set of selectors as an array.
| Name | Type | Description |
|---|---|---|
| $p |
| Type | Description |
|---|---|
| \an |

hasSelectors(
)
:
\whetherIndicates whether there are any selectors here.
| Type | Description |
|---|---|
| \whether |

selectorCount(
)
:
\theGives the count of the number of selectors in this container
| Type | Description |
|---|---|
| \the |