PHP Class Mlp_Term_Field_View

Author: Inpsyde GmbH, toscho
Datei anzeigen Open project: inpsyde/multilingual-press

Public Methods

Method Description
__construct ( Mlp_Updatable $updatable )
add_term ( ) : void Template for an extra field in the "Add new term" form.
edit_term ( ) : void Template for an extra row in the "Edit term" form.

Method Details

__construct() public method

public __construct ( Mlp_Updatable $updatable )
$updatable Mlp_Updatable

add_term() public method

Template for an extra field in the "Add new term" form.
public add_term ( ) : void
return void

edit_term() public method

Template for an extra row in the "Edit term" form.
public edit_term ( ) : void
return void