Public Member Functions | |
setStart ($start) | |
setLength ($length) | |
apply ($value) | |
Static Public Member Functions | |
static | create () |
Private Attributes | |
$start = 0 | |
$length = 0 |
Definition at line 17 of file CropFilter.class.php.
CropFilter::apply | ( | $ | value | ) |
Implements Filtrator.
Definition at line 54 of file CropFilter.class.php.
static CropFilter::create | ( | ) | [static] |
Definition at line 25 of file CropFilter.class.php.
Referenced by Filter::crop().
CropFilter::setLength | ( | $ | length | ) |
Definition at line 45 of file CropFilter.class.php.
References $length, and Assert::isPositiveInteger().
CropFilter::setStart | ( | $ | start | ) |
Definition at line 33 of file CropFilter.class.php.
References $start, and Assert::isPositiveInteger().
CropFilter::$length = 0 [private] |
Definition at line 20 of file CropFilter.class.php.
Referenced by setLength().
CropFilter::$start = 0 [private] |
Definition at line 19 of file CropFilter.class.php.
Referenced by setStart().