Class shardimage\shardimagephp\factories\Condition
Inheritance | shardimage\shardimagephp\factories\Condition |
---|
Public Methods
Constants
Constant | Value | Description | Defined By |
---|---|---|---|
ASPECT_RATIO | 'ar' | shardimage\shardimagephp\factories\Condition | |
BODY_COUNT | 'bc' | shardimage\shardimagephp\factories\Condition | |
EYE_COUNT | 'ec' | shardimage\shardimagephp\factories\Condition | |
FACE_COUNT | 'fc' | shardimage\shardimagephp\factories\Condition | |
HEIGHT | 'ih' | shardimage\shardimagephp\factories\Condition | |
INIT_HEIGHT | 'ih' | shardimage\shardimagephp\factories\Condition | |
INIT_WIDTH | 'iw' | shardimage\shardimagephp\factories\Condition | |
PAGE_COUNT | 'pc' | shardimage\shardimagephp\factories\Condition | |
WIDTH | 'iw' | shardimage\shardimagephp\factories\Condition |
Method Details
Magic method for string casting.
public string __toString ( ) |
public void a ( ) |
public void eq ( $operand, $value ) | ||
$operand | ||
$value |
public void gt ( $operand, $value ) | ||
$operand | ||
$value |
public void gte ( $operand, $value ) | ||
$operand | ||
$value |
public void lt ( $operand, $value ) | ||
$operand | ||
$value |
public void lte ( $operand, $value ) | ||
$operand | ||
$value |
public void ne ( $operand, $value ) | ||
$operand | ||
$value |
public void o ( ) |