Repository URL to install this package:
|
Version:
1.0.21 ▾
|
<?php
namespace ZfcUserAdmin\Options;
interface ModuleOptionsInterface
{
public function getUserMapper();
public function setUserMapper($mapper);
}