Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add min/max PHP functions to Expression language #53627

Closed
@Chi-teck

Description

@Chi-teck

Description

Not sure what is the policy about this, there are so many functions in PHP that can be potentially included.
The implementation seems trivial.

$this->addFunction(ExpressionFunction::fromPhp('min'));
$this->addFunction(ExpressionFunction::fromPhp('max'));

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions