A string whose value is computed lazily by a callback.
- Auteur
- Nicolas Grekas p@tch.nosp@m.work.nosp@m..com
◆ __construct()
◆ __sleep()
◆ __toString()
◆ fromCallable()
static fromCallable |
( |
|
$callback, |
|
|
|
$arguments |
|
) |
| |
|
static |
- Paramètres
-
callable | array | $callback | A callable or a [Closure, method] lazy-callable |
- Renvoie
- static
Références LazyString\$value, et null.
◆ fromStringable()
static fromStringable |
( |
|
$value | ) |
|
|
static |
- Paramètres
-
string | int | float | bool | \Stringable | $value | |
- Renvoie
- static
Références LazyString\$value.
◆ getPrettyName()
static getPrettyName |
( |
callable |
$callback | ) |
|
|
staticprivate |
◆ isStringable()
static isStringable |
( |
|
$value | ) |
|
|
staticfinal |
Tells whether the provided value can be cast to string.
Références LazyString\$value.
◆ jsonSerialize()
◆ resolve()
Casts scalars and stringable objects to strings.
- Paramètres
-
object | string | int | float | bool | $value | |
- Exceptions
-
Références LazyString\$value.
◆ $value
La documentation de cette classe a été générée à partir du fichier suivant :