Conditionable
in
Table of Contents
Methods
- when() : static
- Apply the callback if the given "condition" is (or resolves to) true.
Methods
when()
Apply the callback if the given "condition" is (or resolves to) true.
public
when(callable(static): bool|bool $condition,
Warning: Array to string conversion in C:\xampp\htdocs\vendor\phpdocumentor\phpdocumentor\src\phpDocumentor\Transformer\Writer\Twig\LinkRenderer\CallableAdapter.php on line 78
callable(static): Array $onSuccess[,
Warning: Array to string conversion in C:\xampp\htdocs\vendor\phpdocumentor\phpdocumentor\src\phpDocumentor\Transformer\Writer\Twig\LinkRenderer\CallableAdapter.php on line 78
callable(static): Array|null $onFail = null ]) : static
Parameters
- $condition : callable(static): bool|bool
- $onSuccess : Warning: Array to string conversion in C:\xampp\htdocs\vendor\phpdocumentor\phpdocumentor\src\phpDocumentor\Transformer\Writer\Twig\LinkRenderer\CallableAdapter.php on line 78 callable(static): Array
- $onFail : Warning: Array to string conversion in C:\xampp\htdocs\vendor\phpdocumentor\phpdocumentor\src\phpDocumentor\Transformer\Writer\Twig\LinkRenderer\CallableAdapter.php on line 78 callable(static): Array|null = null