PHP Class Swiftriver\Core\ObjectModel\Tag

Author: mg[at]swiftly[dot]org
Show file Open project: ushahidi/Swiftriver-2011

Public Properties

Property Type Description
$text string The text of the tag.
$type The type of the tag.

Public Methods

Method Description
__construct ( $text, $type = "General" )

Method Details

__construct() public method

public __construct ( $text, $type = "General" )

Property Details

$text public property

The text of the tag.
public string $text
return string

$type public property

The type of the tag.
public $type