PHP Class Kraken\Test\Simulation\Event

Show file Open project: kraken-php/framework

Protected Properties

Property Type Description
$data mixed[]
$name string

Public Methods

Method Description
__construct ( string $name, mixed[] $data = [] )
data ( ) : mixed[]
name ( ) : mixed

Method Details

__construct() public method

public __construct ( string $name, mixed[] $data = [] )
$name string
$data mixed[]

data() public method

public data ( ) : mixed[]
return mixed[]

name() public method

public name ( ) : mixed
return mixed

Property Details

$data protected property

protected mixed[] $data
return mixed[]

$name protected property

protected string $name
return string