Skip to content

Project documentation #5

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
});

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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