| Total Complexity | 3 | 
| Total Lines | 19 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php | ||
| 7 | class FullTextSearch extends ScalarType | ||
| 8 | { | ||
| 9 | public $name = 'FullTextSearch'; | ||
| 10 | |||
| 11 | public $description = 'Extension of String type. When querying this field, you can extend the query via the model Scope fullTextSearch'; | ||
| 12 | |||
| 13 | public function serialize($value) | ||
| 16 | } | ||
| 17 | |||
| 18 | public function parseValue($value) | ||
| 21 | } | ||
| 22 | |||
| 23 | public function parseLiteral($valueNode, array $variables = null) | ||
| 28 |