프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$operator | string | The operator. | |
$slug | string | The slug. | |
$source | mixed | The source value. | |
$value | mixed | The value. |
메소드 | 설명 | |
---|---|---|
__construct ( array $rule ) | The constructor. | |
get_field_slug ( ) : string | Get field slug. | |
get_source ( ) : mixed | Get the source value. | |
setup_source ( string $value ) : string | Setup source callable. |
메소드 | 설명 | |
---|---|---|
setup ( array $rule ) | Setup the rule and assign properties with values. |
public setup_source ( string $value ) : string | ||
$value | string | |
리턴 | string |