Class dektrium\user\commands\DeleteController
Inheritance | dektrium\user\commands\DeleteController » yii\console\Controller |
---|
Deletes a user.
Protected Properties
Property | Type | Description | Defined By |
---|---|---|---|
$finder | dektrium\user\Finder | dektrium\user\commands\DeleteController |
Public Methods
Method | Description | Defined By |
---|---|---|
__construct() | dektrium\user\commands\DeleteController | |
actionIndex() | Deletes a user. | dektrium\user\commands\DeleteController |
Property Details
Method Details
public void __construct ( $id, $module, dektrium\user\Finder $finder, $config = [] ) | ||
$id | string | |
$module | \yii\base\Module | |
$finder | dektrium\user\Finder | |
$config | array |
Deletes a user.
public void actionIndex ( $search ) | ||
$search | string | Email or username |