InputfieldText::renderReady()

Render ready

Usage

// basic usage
$bool = $inputfieldText->renderReady();

// usage with all arguments
$bool = $inputfieldText->renderReady($parent = null, bool $renderValueMode = false);

Arguments

NameType(s)Description
$parent (optional)Inputfield null
$renderValueMode (optional)bool

Return value

bool

Exceptions

Method can throw exceptions on error:

  • WireException


InputfieldText methods and properties

API reference based on ProcessWire core version 3.0.251