*/ interface PropertyValueTokenizer { /** * * @param mixed $value * @return array list of strings */ public function getStrings($value); }