PHP 클래스 Swiftriver\Core\ObjectModel\Tag

저자: mg[at]swiftly[dot]org
파일 보기 프로젝트 열기: ushahidi/Swiftriver-2011

공개 프로퍼티들

프로퍼티 타입 설명
$text string The text of the tag.
$type The type of the tag.

공개 메소드들

메소드 설명
__construct ( $text, $type = "General" )

메소드 상세

__construct() 공개 메소드

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

프로퍼티 상세

$text 공개적으로 프로퍼티

The text of the tag.
public string $text
리턴 string

$type 공개적으로 프로퍼티

The type of the tag.
public $type