Swiftriver\Core\DAL\DataContextInterfaces\IContentDataContext::GetContent PHP Method

GetContent() public static method

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[]
return Swiftriver\Core\ObjectModel\Content[]
    public static function GetContent($ids, $orderby = null);