phing-types-selecctors
[ class tree: phing-types-selecctors ] [ index: phing-types-selecctors ] [ all elements ]

Element index for package phing-types-selecctors

[ c ] [ d ] [ g ] [ i ] [ m ] [ s ] [ t ] [ v ] [ w ] [ _ ]

_

__construct
in file DateSelector.php, method DateSelector::__construct()
top

c

CHECKDIRS_KEY
in file DateSelector.php, class constant DateSelector::CHECKDIRS_KEY
top

d

DateSelector
in file DateSelector.php, class DateSelector
    Selector that chooses files based on their last modified date. Ant uses millisecond precision (thanks to Java); PHP is forced to use only seconds precision.
DATETIME_KEY
in file DateSelector.php, class constant DateSelector::DATETIME_KEY
DateSelector.php
procedural page DateSelector.php
top

g

getSeconds
in file DateSelector.php, method DateSelector::getSeconds()
    Returns the seconds value the selector is set for.
GRANULARITY_KEY
in file DateSelector.php, class constant DateSelector::GRANULARITY_KEY
top

i

isSelected
in file DateSelector.php, method DateSelector::isSelected()
    The heart of the matter. This is where the selector gets to decide on the inclusion of a file in a particular fileset.
top

m

MILLIS_KEY
in file DateSelector.php, class constant DateSelector::MILLIS_KEY
top

s

setCheckdirs
in file DateSelector.php, method DateSelector::setCheckdirs()
    Should we be checking dates on directories?
setDatetime
in file DateSelector.php, method DateSelector::setDatetime()
    Sets the date. The user must supply it in MM/DD/YYYY HH:MM AM_PM format
setGranularity
in file DateSelector.php, method DateSelector::setGranularity()
    Sets the number of milliseconds leeway we will give before we consider a file not to have matched a date.
setParameters
in file DateSelector.php, method DateSelector::setParameters()
    When using this as a custom selector, this method will be called.
setSeconds
in file DateSelector.php, method DateSelector::setSeconds()
    For users that prefer to express time in seconds since 1970
setWhen
in file DateSelector.php, method DateSelector::setWhen()
    Sets the type of comparison to be done on the file's last modified date.
top

t

toString
in file DateSelector.php, method DateSelector::toString()
top

v

verifySettings
in file DateSelector.php, method DateSelector::verifySettings()
    This is a consistency check to ensure the selector's required values have been set.
top

w

WHEN_KEY
in file DateSelector.php, class constant DateSelector::WHEN_KEY
top

Documentation generated on Mon, 19 Oct 2009 10:50:11 +0200 by phpDocumentor 1.4.3