PHP Class Ojs\AdminBundle\Events\StatEvent

Inheritance: extends Symfony\Component\EventDispatcher\Event
Show file Open project: ojs/ojs

Protected Properties

Property Type Description
$data []
$json []

Public Methods

Method Description
__construct ( $json = [], $data = [] )
getData ( ) : array
getJson ( ) : array
setData ( [] $data )
setJson ( [] $json )

Method Details

__construct() public method

public __construct ( $json = [], $data = [] )

getData() public method

public getData ( ) : array
return array

getJson() public method

public getJson ( ) : array
return array

setData() public method

public setData ( [] $data )
$data []

setJson() public method

public setJson ( [] $json )
$json []

Property Details

$data protected property

protected [] $data
return []

$json protected property

protected [] $json
return []