PATH:
home
/
lab2454c
/
sportsnovate.com
/
backups
/
core
/
vendor
/
facade
/
flare-client-php
/
src
/
Context
<?php namespace Facade\FlareClient\Context; class ConsoleContext implements ContextInterface { /** @var array */ private $arguments = []; public function __construct(array $arguments = []) { $this->arguments = $arguments; } public function toArray(): array { return [ 'arguments' => $this->arguments, ]; } }
[-] ContextContextDetector.php
[edit]
[-] ContextDetectorInterface.php
[edit]
[-] ConsoleContext.php
[edit]
[+]
..
[-] ContextInterface.php
[edit]
[-] RequestContext.php
[edit]