Lines Matching defs:string

40      * @var string label for the field
67 * @param string $label The label for this field (empty for new definitions=
131 * @return string
158 * @return string
171 * @return string
182 * Returns empty string if no hint is configured
184 * @return string
243 * Types implementing their own @param string $value
258 * @param string $name the form base name where this has to be stored
259 * @param string[] $rawvalues the current values
260 * @param string $htmlID a unique id to be referenced by the label
261 * @return string html
284 * @param string $name the form name where this has to be stored
285 * @param string $rawvalue the current value
286 * @param string $htmlID a unique id to be referenced by the label
288 * @return string html
312 * @param string|int $value the value stored in the database
314 * @param string $mode The mode the output is rendered in (eg. XHTML)
327 * @param int[]|string[] $values the values stored in the database
329 * @param string $mode The mode the output is rendered in (eg. XHTML)
347 * @param string|int $value the value stored in the database
349 * @param string $mode The mode the output is rendered in (eg. XHTML)
350 * @param string $page the target to which should be linked
351 * @param string $filter the filter to apply to the aggregations on $page
374 * @param string $tablealias The table the currently saved value(s) are stored in
375 * @param string $colname The column name on above table to use in the SQL
376 * @param string $comp The SQL comparator (LIKE, NOT LIKE, =, !=, etc)
377 * @param string|string[] $value this is the user supplied value to compare against. might be multiple
378 * @param string $op the logical operator this filter should use (AND|OR)
409 * @param string $tablealias The table the currently saved value(s) are stored in
410 * @param string $colname The column name on above table
411 * @param string $alias The added selection *has* to use this column alias
425 * @param string $tablealias The table the currently saved value is stored in
426 * @param string $colname The column name on above table (always single column!)
427 * @param string $order either ASC or DESC
438 * Get the string by which to sort values of this type
441 * and to provide a string to be used in sorting values of this type in PHP.
443 * @param string|Value $value The string by which the types would usually be sorted
445 * @return string
462 * The returned value should always be a single, non-complex string. In general
469 * @param string $value The value as returned by select()
470 * @return string The value as saved in the database
478 * This is called when a single string is needed to represent this Type's current
479 * value as a single (non-HTML) string. Eg. in a dropdown or in autocompletion.
481 * @param string $value
482 * @return string
492 * In a sense this is the counterpart to the @param string $value
494 * @return string
511 * @param string|int $rawvalue
512 * @return int|string the cleaned value
539 * @param string $string
540 * @return string
542 public function getLang($string)
545 return $this->hlp->getLang($string);
553 * @return string