Counter::getNamed
(No version information available, might be only in CVS)
Counter::getNamed — Retrieve an existing named counter.
Descripción
static
Counter Counter::getNamed
( string $name
)
Counter::getNamed() returns an existing counter by name if that name exists, or NULL otherwise. This is a static function.
Lista de parámetros
- name
- The counter name to search for.
Valores retornados
Counter::getNamed() returns an existing counter by name if that name exists, or NULL otherwise.
Counter::getNamed
There are no user contributed notes for this page.
