Repository URL to install this package:
|
Version:
1.0.21 ▾
|
<?php
namespace ZfcUserAdmin\Options;
interface UserCreateOptionsInterface
{
public function getCreateUserAutoPassword();
public function setCreateUserAutoPassword($createUserAutoPassword);
public function getCreateFormElements();
public function setCreateFormElements(array $elements);
}