NOTE: This is for internal use only, you should use the ContextFactory for creating Context instances.
public __construct ( string $workspaceName, DateTimeInterface $currentDateTime, array $dimensions, array $targetDimensions, boolean $invisibleContentShown, boolean $removedContentShown, boolean $inaccessibleContentShown ) | ||
$workspaceName | string | Name of the current workspace |
$currentDateTime | DateTimeInterface | The current date and time |
$dimensions | array | Array of dimensions with array of ordered values |
$targetDimensions | array | Array of dimensions used when creating / modifying content |
$invisibleContentShown | boolean | If invisible content should be returned in query results |
$removedContentShown | boolean | If removed content should be returned in query results |
$inaccessibleContentShown | boolean | If inaccessible content should be returned in query results |