Copied!

Context

Context.php : 15

Properties

public $content

Context.php : 19
public Content|null $content

public $language

Context.php : 17
public Language|null $language

public $location

Context.php : 21
public Location|null $location

Methods

public__construct()

Context.php : 23
public __construct([Language|null $language = null ][, Content|null $content = null ][, Location|null $location = null ])

Parameters

Name Type Default value Description
$language Language|null null -
$content Content|null null -
$location Location|null null -