API Documentation

Text/Table/Decorator/Unicode.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_Text_Table
version
$Id: Unicode.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Text_Table_Decorator_Unicode

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_Text_Table_Decorator_Unicode

Implements
Zend_Text_Table_Decorator_Interface
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_Text_Table
uses
Zend_Text_Table_Decorator_Interface
Methods
getTopLeft
getTopRight
getBottomLeft
getBottomRight
getVertical
getHorizontal
getCross
getVerticalRight
getVerticalLeft
getHorizontalDown
getHorizontalUp
_uniChar

Description

Unicode Decorator for Zend_Text_Table

Methods

_uniChar

_uniChar( integer $code ) : string|false

Convert am unicode character code to a character

Arguments
$code
integer
Output
string|false
Details
visibility
protected
final
false
static
false

getBottomLeft

getBottomLeft( ) : string

Defined by Zend_Text_Table_Decorator_Interface

Output
string
Details
visibility
public
final
false
static
false

getBottomRight

getBottomRight( ) : string

Defined by Zend_Text_Table_Decorator_Interface

Output
string
Details
visibility
public
final
false
static
false

getCross

getCross( ) : string

Defined by Zend_Text_Table_Decorator_Interface

Output
string
Details
visibility
public
final
false
static
false

getHorizontal

getHorizontal( ) : string

Defined by Zend_Text_Table_Decorator_Interface

Output
string
Details
visibility
public
final
false
static
false

getHorizontalDown

getHorizontalDown( ) : string

Defined by Zend_Text_Table_Decorator_Interface

Output
string
Details
visibility
public
final
false
static
false

getHorizontalUp

getHorizontalUp( ) : string

Defined by Zend_Text_Table_Decorator_Interface

Output
string
Details
visibility
public
final
false
static
false

getTopLeft

getTopLeft( ) : string

Defined by Zend_Text_Table_Decorator_Interface

Output
string
Details
visibility
public
final
false
static
false

getTopRight

getTopRight( ) : string

Defined by Zend_Text_Table_Decorator_Interface

Output
string
Details
visibility
public
final
false
static
false

getVertical

getVertical( ) : string

Defined by Zend_Text_Table_Decorator_Interface

Output
string
Details
visibility
public
final
false
static
false

getVerticalLeft

getVerticalLeft( ) : string

Defined by Zend_Text_Table_Decorator_Interface

Output
string
Details
visibility
public
final
false
static
false

getVerticalRight

getVerticalRight( ) : string

Defined by Zend_Text_Table_Decorator_Interface

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