Phalcon tag   NOTE
 All classes are prefixed with Phalcon
   Tag  Source on GitHub 
   Namespace 
     Uses 
  Phalcon\Di\DiPhalcon\Di\DiInterfacePhalcon\Html\Escaper\EscaperInterfacePhalcon\Html\Link\LinkPhalcon\Html\Link\Serializer\HeaderPhalcon\Mvc\Url\UrlInterfacePhalcon\Support\Helper\Str\FriendlyPhalcon\Tag\ExceptionPhalcon\Tag\Select     Extends 
    Implements 
     Phalcon\Tag is designed to simplify building of HTML tags. It provides a set of helpers to generate HTML in a dynamic way. This component is a class that you can extend to add more helpers.
 Constants  const  HTML32  =  1 ; 
const  HTML401_FRAMESET  =  4 ; 
const  HTML401_STRICT  =  2 ; 
const  HTML401_TRANSITIONAL  =  3 ; 
const  HTML5  =  5 ; 
const  XHTML10_FRAMESET  =  8 ; 
const  XHTML10_STRICT  =  6 ; 
const  XHTML10_TRANSITIONAL  =  7 ; 
const  XHTML11  =  9 ; 
const  XHTML20  =  10 ; 
const  XHTML5  =  11 ; 
Properties  /** 
 * @var bool 
 */ 
protected  static  $autoEscape  =  true ; 
/** 
 * DI Container 
 * 
 * @var DiInterface|null 
 */ 
protected  static  $container ; 
/** 
 * Pre-assigned values for components 
 * 
 * @var array 
 */ 
protected  static  $displayValues ; 
/** 
 * @var array 
 */ 
protected  static  $documentAppendTitle ; 
/** 
 * @var array 
 */ 
protected  static  $documentPrependTitle ; 
/** 
 * HTML document title 
 * 
 * @var string|null 
 */ 
protected  static  $documentTitle ; 
/** 
 * @var string|null 
 */ 
protected  static  $documentTitleSeparator ; 
/** 
 * @var int 
 */ 
protected  static  $documentType  =  11 ; 
/** 
 * @var EscaperInterface|null 
 */ 
protected  static  $escaperService ; 
/** 
 * @var UrlInterface|null 
 */ 
protected  static  $urlService ; 
Methods  
public  static  function  appendTitle (  mixed  $title  ) :  void ; 
public  static  function  checkField (  mixed  $parameters  ) :  string ; 
public  static  function  colorField (  mixed  $parameters  ) :  string ; 
public  static  function  dateField (  mixed  $parameters  ) :  string ; 
public  static  function  dateTimeField (  mixed  $parameters  ) :  string ; 
public  static  function  dateTimeLocalField (  mixed  $parameters  ) :  string ; 
public  static  function  displayTo (  string  $id ,  mixed  $value  ) :  void ; 
public  static  function  emailField (  mixed  $parameters  ) :  string ; 
public  static  function  endForm () :  string ; 
public  static  function  fileField (  mixed  $parameters  ) :  string ; 
public  static  function  formLegacy (  mixed  $parameters  ) :  string ; 
public  static  function  friendlyTitle (  string  $text ,  string  $separator  =  string ,  bool  $lowercase  =  bool ,  mixed  $replace  =  null  ) :  string ; 
public  static  function  getDI () :  DiInterface ; 
public  static  function  getDocType () :  string ; 
public  static  function  getEscaper (  array  $params  ) :  EscaperInterface  |  null ; 
public  static  function  getEscaperService () :  EscaperInterface ; 
public  static  function  getTitle (  bool  $prepend  =  bool ,  bool  $append  =  bool  ) :  string ; 
public  static  function  getTitleSeparator () :  string ; 
public  static  function  getUrlService () :  UrlInterface ; 
public  static  function  getValue (  mixed  $name ,  array  $params  =  []  ); 
public  static  function  hasValue (  mixed  $name  ) :  bool ; 
public  static  function  hiddenField (  mixed  $parameters  ) :  string ; 
public  static  function  image (  mixed  $parameters  =  null ,  bool  $local  =  bool  ) :  string ; 
public  static  function  imageInput (  mixed  $parameters  ) :  string ; 
public  static  function  javascriptInclude (  mixed  $parameters  =  null ,  bool  $local  =  bool  ) :  string ; 
public  static  function  linkTo (  mixed  $parameters ,  mixed  $text  =  null ,  mixed  $local  =  bool  ) :  string ; 
public  static  function  monthField (  mixed  $parameters  ) :  string ; 
public  static  function  numericField (  mixed  $parameters  ) :  string ; 
public  static  function  passwordField (  mixed  $parameters  ) :  string ; 
public  static  function  preload (  mixed  $parameters  ) :  string ; 
public  static  function  prependTitle (  mixed  $title  ) :  void ; 
public  static  function  radioField (  mixed  $parameters  ) :  string ; 
public  static  function  rangeField (  mixed  $parameters  ) :  string ; 
public  static  function  renderAttributes (  string  $code ,  array  $attributes  ) :  string ; 
public  static  function  renderTitle (  bool  $prepend  =  bool ,  bool  $append  =  bool  ) :  string ; 
deprecated  public  static  function  resetInput () :  void ; 
@deprecated Will be removed in 4.0.0
 
public  static  function  searchField (  mixed  $parameters  ) :  string ; 
public  static  function  select (  mixed  $parameters ,  mixed  $data  =  null  ) :  string ; 
public  static  function  selectStatic (  mixed  $parameters ,  mixed  $data  =  null  ) :  string ; 
public  static  function  setAutoescape (  bool  $autoescape  ) :  void ; 
public  static  function  setDI (  DiInterface  $container  ) :  void ; 
public  static  function  setDefault (  string  $id ,  mixed  $value  ) :  void ; 
public  static  function  setDefaults (  array  $values ,  bool  $merge  =  bool  ) :  void ; 
public  static  function  setDocType (  int  $doctype  ) :  void ; 
public  static  function  setTitle (  string  $title  ) :  void ; 
public  static  function  setTitleSeparator (  string  $titleSeparator  ) :  void ; 
public  static  function  stylesheetLink (  mixed  $parameters  =  null ,  bool  $local  =  bool  ) :  string ; 
public  static  function  submitButton (  mixed  $parameters  ) :  string ; 
public  static  function  tagHtml (  string  $tagName ,  mixed  $parameters  =  null ,  bool  $selfClose  =  bool ,  bool  $onlyStart  =  bool ,  bool  $useEol  =  bool  ) :  string ; 
public  static  function  tagHtmlClose (  string  $tagName ,  bool  $useEol  =  bool  ) :  string ; 
public  static  function  telField (  mixed  $parameters  ) :  string ; 
public  static  function  textArea (  mixed  $parameters  ) :  string ; 
@paraym array parameters = [ 'id' => '', 'name' => '', 'value' => '', 'class' => '' ]
 
public  static  function  textField (  mixed  $parameters  ) :  string ; 
public  static  function  timeField (  mixed  $parameters  ) :  string ; 
public  static  function  urlField (  mixed  $parameters  ) :  string ; 
public  static  function  weekField (  mixed  $parameters  ) :  string ; 
static  final  protected  function  inputField (  string  $type ,  mixed  $parameters ,  bool  $asValue  =  bool  ) :  string ; 
static  final  protected  function  inputFieldChecked (  string  $type ,  mixed  $parameters  ) :  string ; 
Tag\Exception  Source on GitHub 
   Namespace 
     Uses 
    Extends 
 \Exception
    Implements 
     Phalcon\Tag\Exception
 Exceptions thrown in Phalcon\Tag will use this class
  Source on GitHub 
   Namespace 
     Uses 
  Phalcon\Html\Escaper\EscaperInterfacePhalcon\Mvc\Model\ResultsetInterfacePhalcon\Tag     Extends 
    Implements 
     Phalcon\Tag\Select
 Generates a SELECT HTML tag using a static array of values or a Phalcon\Mvc\Model resultset
 Methods  
public  static  function  selectField (  mixed  $parameters ,  mixed  $data  =  null  ) :  string ;