Newscoop\Services\UserPointsService::find PHP Méthode

find() public méthode

Find UserPoints entity object for this action.
public find ( string $action ) : UserPoints
$action string
Résultat Newscoop\Entity\UserPoints
    public function find($action)
    {
        return $this->getRepository()->findOneBy(array('action' => $action));
    }