Counter::getNamed — Retrieve an existing named counter
$name
) : Counter
Counter::getNamed() returns an existing counter by name
if that name exists, or NULL
otherwise. This is a static function.
name
Counter::getNamed() returns an existing counter by name
if that name exists, or NULL
otherwise.