PHP Class WPDKHTMLTagLegend

Remeber to add this tag in WPDKHTMLTagName
Author: =undo= ([email protected])
Inheritance: extends WPDKHTMLTag
Datei anzeigen Open project: wpxtreme/wpdk Class Usage Examples

Public Properties

Property Type Description
$align string Deprecated. Use styles instead. Specifies the alignment of the caption. Values: top, bottom, left, right

Public Methods

Method Description
__construct ( string $content = '' ) Create an instance of WPDKHTMLTagLegend class

Method Details

__construct() public method

Create an instance of WPDKHTMLTagLegend class
public __construct ( string $content = '' )
$content string HTML inner (or adjacent) content

Property Details

$align public_oe property

Deprecated. Use styles instead. Specifies the alignment of the caption. Values: top, bottom, left, right
Deprecation: Use styles instead.
public string $align
return string