Description
Usage
OIK_settings_field::__construct( $field, $label, $field_type );Parameters
- $field
- ( mixed ) optional –
- $label
- ( mixed ) optional –
- $field_type
- ( mixed ) optional –
Returns
voidSource
File name: oik-rwd/admin/oik-settings.phpLines:
1 to 14 of 14
function __construct( $field=null, $label=null, $field_type=null ) { $this->field = $field; if ( $label ) { $this->label = $label; } else { $this->label = $field; } if ( $field_type ) { $this->field_type = $field_type; } else { $this->field_type = "text"; } }View on GitHub
Called by
Invoked by
Calls
Call hooks
API Letters:
