Counter::getNamed

Counter::getNamed Retrieve an existing named counter

Açıklama

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.

Değiştirgeler

name
The counter name to search for.

Dönen Değerler

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