File "Solution.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/facade/ignition-contracts/src/Solution.php
File size: 223 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Facade\IgnitionContracts;
interface Solution
{
public function getSolutionTitle(): string;
public function getSolutionDescription(): string;
public function getDocumentationLinks(): array;
}