DeleteContent()
публичный статический Метод
Given an array of content items, this method removes them
from the data store.
public static DeleteContent ( Content[] $content ) |
$content |
Swiftriver\Core\ObjectModel\Content[] |
|
GetContent()
публичный статический Метод
Given an array of content is's, this function will
fetch the content objects from the data store.
public static GetContent ( string[] $ids, $orderby = null ) : Content[] |
$ids |
string[] |
|
Результат |
Swiftriver\Core\ObjectModel\Content[] |
|
GetContentList()
публичный статический Метод
public static GetContentList ( string[] $parameters ) |
$parameters |
string[] |
|
SaveContent()
публичный статический Метод
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 static SaveContent ( Content[] $content ) |
$content |
Swiftriver\Core\ObjectModel\Content[] |
|