integer HTML32
public static string hiddenField (array $parameters) Builds a HTML input[type=”hidden”] tag echo Phalcon\Tag::hiddenField(array("name", "value" => "mike"));
public static boolean hasValue (string $name) Check if a helper has a default value set using Phalcon\Tag::setDefault or value from _POST
public static mixed getValue (string $name, [array $params]) Every helper calls this function to check whether a component has a predefined value using Phalcon\Tag::setDefault or value from _POST
public static getUrlService () Returns a URL service from the default DI
public static getTitleSeparator () Gets the current document title separator echo Phalcon\Tag::getTitleSeparator(); {{ get_title_separator() }}
public static getTitle ([mixed $tags]) Gets the current document title. The title will be automatically escaped. echo Phalcon\Tag::getTitle(); {{ get_title() }}
public static getEscaperService () Returns an Escaper service from the default DI
public static EscaperInterface getEscaper (array $params) Obtains the ‘escaper’ service if required
public static getDocType () Get the document type declaration of content
Page 26 of 382