Skip to content

Project documentation #5

@danielneubert

Description

@danielneubert

Write the documentation for this project with examples and explanation for the chaining.

Example:

Evalanche::folder()->getArticles()->filter(function ($article) {
    return true;
})->each(function ($article) {
    $attributeCollection = $article->getAttributes();
    // do something for each article
});

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions