Repository URL to install this package:
|
Version:
1.0.21 ▾
|
<?php
namespace ZfcUserAdmin\Options;
interface UserEditOptionsInterface
{
public function getEditFormElements();
public function setEditFormElements(array $elements);
public function getAllowPasswordChange();
public function setAdminPasswordChange($allowPasswordChange);
}