Eccube\Repository\MemberRepository::supportsClass PHP Method

supportsClass() public method

Whether this provider supports the given user class.
public supportsClass ( string $class ) : boolean
$class string
return boolean
    public function supportsClass($class)
    {
        return $class === 'Eccube\\Entity\\Member';
    }