Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Swiftriver
Core
ObjectModel
Tag
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