PHP Class Phue\Command\DeleteUser

Inheritance: implements Phue\Command\CommandInterface
Show file Open project: sqmk/phue Class Usage Examples

Protected Properties

Property Type Description
$username string Username

Public Methods

Method Description
__construct ( mixed $username ) Constructs a command
send ( Client $client ) Send command

Method Details

__construct() public method

Constructs a command
public __construct ( mixed $username )
$username mixed Username or User object

send() public method

Send command
public send ( Client $client )
$client Phue\Client Phue Client

Property Details

$username protected property

Username
protected string $username
return string