DeleteContent()
public méthode
Given an array of content items, this method removes them
from the data store.
public DeleteContent ( Content[] $content ) |
$content |
Swiftriver\Core\ObjectModel\Content[] |
|
GetContent()
public méthode
Given an array of content is's, this function will
fetch the content objects from the data store.
public GetContent ( string[] $ids ) : Content[] |
$ids |
string[] |
|
Résultat |
Swiftriver\Core\ObjectModel\Content[] |
|
GetContentList()
public méthode
Returns an array of Swiftriver\ObjectModel\Content items based on the
supplied parameters.
SaveContent()
public méthode
Given a set of content items, this method will persist
them to the data store, if they already exists then this
method should update the values in the data store.
public SaveContent ( Content[] $content ) |
$content |
Swiftriver\Core\ObjectModel\Content[] |
|