API Documentation

Text/Table/Decorator/Interface.php

Interfaces
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: Interface.php 20096 2010-01-06 02:05:09Z bkarwin $
Interfaces
Zend_Text_Table_Decorator_Interface

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_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
Methods
getTopLeft
getTopRight
getBottomLeft
getBottomRight
getVertical
getHorizontal
getCross
getVerticalRight
getVerticalLeft
getHorizontalDown
getHorizontalUp

Description

Interface for Zend_Text_Table decorators

Methods

getBottomLeft

getBottomLeft( ) : string

Get a single character for the bottom left corner

Output
string
Details
visibility
public
final
false
static
false

getBottomRight

getBottomRight( ) : string

Get a single character for the bottom right corner

Output
string
Details
visibility
public
final
false
static
false

getCross

getCross( ) : string

Get a single character for a crossing line

Output
string
Details
visibility
public
final
false
static
false

getHorizontal

getHorizontal( ) : string

Get a single character for a horizontal line

Output
string
Details
visibility
public
final
false
static
false

getHorizontalDown

getHorizontalDown( ) : string

Get a single character for a horizontal divider down

Output
string
Details
visibility
public
final
false
static
false

getHorizontalUp

getHorizontalUp( ) : string

Get a single character for a horizontal divider up

Output
string
Details
visibility
public
final
false
static
false

getTopLeft

getTopLeft( ) : string

Get a single character for the top left corner

Output
string
Details
visibility
public
final
false
static
false

getTopRight

getTopRight( ) : string

Get a single character for the top right corner

Output
string
Details
visibility
public
final
false
static
false

getVertical

getVertical( ) : string

Get a single character for a vertical line

Output
string
Details
visibility
public
final
false
static
false

getVerticalLeft

getVerticalLeft( ) : string

Get a single character for a vertical divider left

Output
string
Details
visibility
public
final
false
static
false

getVerticalRight

getVerticalRight( ) : string

Get a single character for a vertical divider right

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