adds summary tags

This commit is contained in:
paynecrl97
2015-06-08 15:24:41 +01:00
parent 550b778b8b
commit bde7d900c0

View File

@@ -21,6 +21,12 @@ namespace Orchard.Widgets.Services{
public ILogger Logger { get; set; } public ILogger Logger { get; set; }
public Localizer T { get; private set; } public Localizer T { get; private set; }
/// <summary>
/// Retrieves every Layer from the Content Manager and evaluates each one.
/// </summary>
/// <returns>
/// A collection of integers that represents the Ids of each active Layer
/// </returns>
public IEnumerable<int> GetActiveLayerIds(){ public IEnumerable<int> GetActiveLayerIds(){
// Once the Rule Engine is done: // Once the Rule Engine is done:
// Get Layers and filter by zone and rule // Get Layers and filter by zone and rule