프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$defaultState | integer | the default state of a content item |
메소드 | 설명 | |
---|---|---|
IsValidInacurateReason ( string $reason ) : boolean | Given a string, this function checks if it is a valid reason for marking a content item as inaccurate. | |
MarkContentAcurate ( |
Given a content item, this function marks it as ACCURATE | |
MarkContentAsSentToUshahidi ( |
Given a content item, this function marks it as SENT TO USHAHIDI | |
MarkContentChatter ( |
Given a content item, this function marks it as CHATTER | |
MarkContentInaccurate ( |
Given a content item, this function marks it as INACCURATE | |
MarkContentIrrelevant ( |
Given a content item, this function marks it as IRRELEVANT |
public static IsValidInacurateReason ( string $reason ) : boolean | ||
$reason | string | |
리턴 | boolean |
public static MarkContentAcurate ( |
||
$content |
public static MarkContentAsSentToUshahidi ( |
||
$content |
public static MarkContentChatter ( |
||
$content |
public static MarkContentInaccurate ( |
||
$content |
public static MarkContentIrrelevant ( |
||
$content |
public static int $defaultState | ||
리턴 | integer |