PHP Class Eccube\Event\TemplateEvent

Inheritance: extends Symfony\Component\EventDispatcher\Event
Exibir arquivo Open project: ec-cube/ec-cube Class Usage Examples

Public Methods

Method Description
__construct ( string $view, string $source, array $parameters = [], Response $response = null ) TemplateEvent constructor.
getParameters ( ) : array
getResponse ( ) : null | Response
getSource ( ) : string
getView ( ) : string
setParameters ( array $parameters )
setResponse ( null | Response $response )
setSource ( string $source )
setView ( string $view )

Method Details

__construct() public method

TemplateEvent constructor.
public __construct ( string $view, string $source, array $parameters = [], Response $response = null )
$view string
$source string
$parameters array
$response Symfony\Component\HttpFoundation\Response

getParameters() public method

public getParameters ( ) : array
return array

getResponse() public method

public getResponse ( ) : null | Response
return null | Symfony\Component\HttpFoundation\Response

getSource() public method

public getSource ( ) : string
return string

getView() public method

public getView ( ) : string
return string

setParameters() public method

public setParameters ( array $parameters )
$parameters array

setResponse() public method

public setResponse ( null | Response $response )
$response null | Symfony\Component\HttpFoundation\Response

setSource() public method

public setSource ( string $source )
$source string

setView() public method

public setView ( string $view )
$view string