Function __global->placeholder_form_with_field

Definitions

sources/lorem.php

  • Get form with a field.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$field_name ID_TEXT No No required parameter N/A N/A The field name wanted

Returns

  • Place holder text
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get form with a field.
 *
 * @param  ID_TEXT $field_name The field name wanted
 * @return Tempcode Place holder text
 */

function placeholder_form_with_field(string $field_name) : object