Airship\Engine\Ledger::__construct PHP Method

__construct() public method

Ledger constructor.
public __construct ( Airship\Engine\Contract\LedgerStorageInterface $storage = null, $args )
$storage Airship\Engine\Contract\LedgerStorageInterface
$args
    public function __construct(LedgerStorageInterface $storage = null, ...$args)
    {
        $this->storage = $storage;
        // We don't use $args, but a Gear can.
    }