Overview

Packages

  • Onion::Controllers
  • Onion::Core
  • Onion::UI
  • Onion::Utils

Classes

  • Form
  • Grid
  • Html
  • IconsGrid
  • Paginator
  • Template
  • Widget
  • Overview
  • Package
  • Class
  • Tree

Class Html

Onion Framework - Vytváranie html prvkov

Copyright (c) 2011 Jano Gašpar (http://webstranky.net)

Html implements ArrayAccess
Package: Onion::UI
Copyright: Copyright (c) 2011 Jano Gašpar
Author: Jano Gašpar
Located at UI/Html.php
Methods summary
public static
# element( $name = NULL, $attributes = NULL )
final public
# set_name( $name, $empty = NULL )
final public
# get_name( )
final public
# is_empty( )
final public
# set_text( $text, $is_html = FALSE )
final public
# get_text( )
final public
# add( $child, $is_html = TRUE )
final public
# create( $name, $attributes = NULL )
final public
# insert( $index, $child, $replace = FALSE )
final public
# count( )
final public
# get_iterator( )
final public
# get_children( $index = NULL )
final public
# get_parent( )
final public
# render( )
final public
# start_tag( )
final public
# end_tag( )
final public
# __set( $name, $value )
final public &
# __get( $name )
final public
# __call( $m, $args )
final public
# __tostring( )
final public
# __clone( )
final public
# offsetSet( $index, $child )

Implementation of

ArrayAccess::offsetSet
final public
# offsetGet( $index )

Implementation of

ArrayAccess::offsetGet
final public
# offsetExists( $index )

Implementation of

ArrayAccess::offsetExists
final public
# offsetUnset( $index )

Implementation of

ArrayAccess::offsetUnset
Properties summary
private $name
#
private $is_empty
#
public array $attributes array()
#
private array $children array()
#
private $parent
#
public static array $empty_elements array('img', 'hr', 'br', 'input', 'meta', 'link')
#
Onion API documentation generated by ApiGen.
Generated using the TokenReflection library.