1 | <?php |
||
22 | class TextValidator extends AbstractValidator |
||
23 | { |
||
24 | |||
25 | /** |
||
26 | * Validate the content for a given context. |
||
27 | * |
||
28 | * @since 1.0.0 |
||
29 | * |
||
30 | * @param string $content Content to validate. |
||
31 | * @param array $context Context in which to validate. |
||
32 | * |
||
33 | * @return string Validated content. |
||
34 | */ |
||
35 | public function validate($content, array $context) |
||
39 | } |
||
40 |