PATH:
home
/
thebhoeo
/
.trash
/
backwpup
/
vendor
/
league
/
container
/
src
/
Argument
/
Literal
<?php declare(strict_types=1); namespace WPMedia\BackWPup\Dependencies\League\Container\Argument\Literal; use WPMedia\BackWPup\Dependencies\League\Container\Argument\LiteralArgument; class ArrayArgument extends LiteralArgument { public function __construct(array $value) { parent::__construct($value, LiteralArgument::TYPE_ARRAY); } }
[-] CallableArgument.php
[edit]
[-] FloatArgument.php
[edit]
[-] ArrayArgument.php
[edit]
[+]
..
[-] StringArgument.php
[edit]
[-] ObjectArgument.php
[edit]
[-] IntegerArgument.php
[edit]
[-] BooleanArgument.php
[edit]