Procedural File: NotSelector.php
Source Location: /types/selectors/NotSelector.php
Classes:
NotSelector
This selector has one other selectors whose meaning it inverts. It actually relies on NoneSelector for its implementation of the isSelected() method, but it adds a check to ensure there is only one other selector contained within.
Page Details:
Includes:
require_once('phing/types/selectors/NoneSelector.php') [line 23]
|