Métodos públicos estáticos | |
| static | set ($index, $value) |
| static | append ($index, $value) |
| static | prepend ($index, $value) |
| static | get ($index) |
Definición en la línea 23 del archivo registry.php.
| static append | ( | $ | index, | |
| $ | value | |||
| ) | [static] |
Agrega un valor al registro a uno ya establecido
| string | $index | |
| string | $value |
Definición en la línea 49 del archivo registry.php.
| static get | ( | $ | index | ) | [static] |
Obtiene un valor del registro
| string | $index |
Definición en la línea 79 del archivo registry.php.
| static prepend | ( | $ | index, | |
| $ | value | |||
| ) | [static] |
Agrega un valor al registro al inicio de uno ya establecido
| string | $index | |
| string | $value |
Definición en la línea 65 del archivo registry.php.
| static set | ( | $ | index, | |
| $ | value | |||
| ) | [static] |
Establece un valor del registro
| string | $index | |
| string | $value |
Definición en la línea 38 del archivo registry.php.
1.5.8