Commit 128b63e7 by Frédéric

Pour Vaness

parent 6b0eab43
<?php
namespace Bolt\Extension\Appolo\Tourinsoft\Parser;
use Bolt\Application;
class TourinsoftParser
{
/**
* @var Application
*/
private $application;
/**
* @var Flux
*/
private $flux;
/**
* TourinsoftParser constructor.
* @param Application $application
* @param Flux $flux
*/
public function __construct(Application $application, Flux $flux)
{
$this->application = $application;
$this->flux = $flux;
}
}
\ No newline at end of file
<?php
namespace Bolt\Extension\Appolo\Tourinsoft\Utils;
class Data
{
}
\ No newline at end of file
<?php
namespace Bolt\Extension\Appolo\Tourinsoft\Utils;
class File
{
}
\ No newline at end of file
<?php
namespace Bolt\Extension\Appolo\Tourinsoft\Utils;
class Parser
{
}
\ No newline at end of file
<?php
namespace Bolt\Extension\Appolo\Tourinsoft\Utils;
class Schema
{
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment