PHP Class WhPhone

Author: Antonio Ramirez ([email protected])
Inheritance: extends CInputWidget
Show file Open project: 2amigos/yiiwheels

Public Properties

Property Type Description
$format the formatting options
$pluginOptions array
$readOnly whether to display the language selection read only or not.

Public Methods

Method Description
init ( ) Widget's initialization method
registerClientScript ( ) Registers client script
renderField ( ) Renders the input file field
run ( ) Runs the widget.

Method Details

init() public method

Widget's initialization method
public init ( )

registerClientScript() public method

Registers client script

renderField() public method

Renders the input file field
public renderField ( )

run() public method

Runs the widget.
public run ( )

Property Details

$format public property

the formatting options
public $format

$pluginOptions public property

public array $pluginOptions
return array

$readOnly public property

whether to display the language selection read only or not.
public $readOnly