Repository URL to install this package:
|
Version:
1.0.21 ▾
|
<?php
namespace ZfcUserAdmin\Options;
interface UserListOptionsInterface
{
public function getUserListElements();
public function setUserListElements(array $elements);
}