Counter::getNamed

Counter::getNamed Retrieve an existing named counter.

Опис

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.

Параметри

name
The counter name to search for.

Значення, що повертаються

Counter::getNamed() returns an existing counter by name if that name exists, or NULL otherwise.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top