PHP Class Kraken\Test\Simulation\Event

Afficher le fichier Open project: kraken-php/framework

Protected Properties

Свойство Type Description
$data mixed[]
$name string

Méthodes publiques

Méthode Description
__construct ( string $name, mixed[] $data = [] )
data ( ) : mixed[]
name ( ) : mixed

Method Details

__construct() public méthode

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

data() public méthode

public data ( ) : mixed[]
Résultat mixed[]

name() public méthode

public name ( ) : mixed
Résultat mixed

Property Details

$data protected_oe property

protected mixed[] $data
Résultat mixed[]

$name protected_oe property

protected string $name
Résultat string