Counter::getNamed

Counter::getNamed Retrieve an existing named counter

Descrierea

static Counter::getNamed ( string $name ) : Counter

Counter::getNamed() returns an existing counter by name if that name exists, or null otherwise. This is a static function.

Parametri

name
The counter name to search for.

Valorile întoarse

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