API Documentation

Markup/TokenList.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Markup
version
$Id: TokenList.php 20277 2010-01-14 14:17:12Z kokx $
Classes
Zend_Markup_TokenList

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Markup_TokenList

Implements
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Markup
Properties
$_tokens
Methods
current
getChildren
addChild
hasChildren
key
next
rewind
valid

Description

Properties

$_tokens

array $_tokens = 'array'

Array of tokens

Details

$_tokens
array
visibility
protected
default
array
final
false
static
false

Methods

addChild

addChild( Zend_Markup_Token $child ) : void

Add a new child token

Arguments
$child
Zend_Markup_Token
Details
visibility
public
final
false
static
false

current

current( ) : Zend_Markup_Token

Get the current token

Details
visibility
public
final
false
static
false

getChildren

getChildren( ) : Zend_Markup_TokenList

Get the children of the current token

Details
visibility
public
final
false
static
false

hasChildren

hasChildren( ) : bool

Check if the current token has children

Output
bool
Details
visibility
public
final
false
static
false

key

key( ) : int

Get the key of the current token

Output
int
Details
visibility
public
final
false
static
false

next

next( ) : Zend_Markup_Token

Go to the next token

Details
visibility
public
final
false
static
false

rewind

rewind( ) : void

Rewind the iterator

Details
visibility
public
final
false
static
false

valid

valid( ) : void

Check if the element is valid

Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.