EVGArticle Class Reference
Inherits from | Declared in |
---|---|
EVGCategorizedItem : EVGItem : NSObject | EVGItems.h |
An article is content that is typically organized by category or keyword.
Date and time when this article was last modified.
See Also
Subtitle for this article.
Creates an EVGArticle
with the required id only.
Parameters
Parameter | Description |
---|---|
evgId | See [EVGItem evgId] . This is the only required field. |
Return Value
An article which can be further modified.
Creates an EVGArticle
with the required id and most common optionals.
Parameters
Parameter | Description |
---|---|
evgId | See [EVGItem evgId] . This is the only required field. |
name | See [EVGItem name] |
subTitle | See subTitle |
url | See [EVGItem url] |
evgDescription | See [EVGItem evgDescription] |
Return Value
An article which can be further modified.
Creates an EVGArticle
from the provided JSON.
Parameters
Parameter | Description |
---|---|
json | An article in JSON form |
Return Value
An article which can be further modified, or nil if JSON is invalid