프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_enable | * @var whether to enable or disable the user | ||
$_userId | * @var the user id of user to enable/disable |
메소드 | 설명 | |
---|---|---|
__construct ( $userId, $enable = false ) | Constructor. | |
display ( $args, $request ) | Display the form. | |
execute ( $args, $request ) | Enable/Disable the user | |
initData ( $args, $request ) | Initialize form data. | |
readInputData ( ) | Assign form data to user-submitted data. |
public execute ( $args, $request ) | ||
$args | array | |
$request | PKPRequest |