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

methodpublic  appendSelector( \selector $selector ) : \the
Add a new selector into this container.
Parameters
Name Type Description
$selector \selector the new selector to add
Returns
Type Description
\the
methodpublic  createAnd( ) :
add an "And" selector entry on the selector list
methodpublic  createContains( ) :
add a contains selector entry on the selector list
methodpublic  createCustom( ) :
add an extended selector entry on the selector list
methodpublic  createDate( ) :
add a selector date entry on the selector list
methodpublic  createDepend( ) :
add a depends selector entry on the selector list
methodpublic  createDepth( ) :
add a depth selector entry on the selector list
methodpublic  createFilename( ) :
add a selector filename entry on the selector list
methodpublic  createMajority( ) :
add a majority selector entry on the selector list
methodpublic  createNone( ) :
add a "None" selector entry on the selector list
methodpublic  createNot( ) :
add a "Not" selector entry on the selector list
methodpublic  createOr( ) :
add an "Or" selector entry on the selector list
methodpublic  createPresent( ) :
add a present selector entry on the selector list
methodpublic  createSelector( ) :
add a "Select" selector entry on the selector list
methodpublic  createSize( ) :
add a selector size entry on the selector list
methodpublic  getSelectors(  $p ) : \an
Returns a *copy* of the set of selectors as an array.
Parameters
Name Type Description
$p
Returns
Type Description
\an
methodpublic  hasSelectors( ) : \whether
Indicates whether there are any selectors here.
Returns
Type Description
\whether
methodpublic  selectorCount( ) : \the
Gives the count of the number of selectors in this container
Returns
Type Description
\the
methodpublic  selectorElements( ) : \an
Returns an array for accessing the set of selectors.
Returns
Type Description
\an
Documentation was generated by DocBlox 0.13.1.