PHP Class Horde_Form_Type_longtext, horde

Inheritance: extends Horde_Form_Type_text
Datei anzeigen Open project: horde/horde Class Usage Examples

Public Properties

Property Type Description
$_cols
$_helper
$_rows

Public Methods

Method Description
about ( ) Return info about field type.
getCols ( )
getRows ( )
hasHelper ( $option = '' )
init ( $rows = 8, $cols = 80, $helper = [] )

Method Details

about() public method

Return info about field type.
public about ( )

getCols() public method

public getCols ( )

getRows() public method

public getRows ( )

hasHelper() public method

public hasHelper ( $option = '' )

init() public method

public init ( $rows = 8, $cols = 80, $helper = [] )

Property Details

$_cols public_oe property

public $_cols

$_helper public_oe property

public $_helper

$_rows public_oe property

public $_rows