Equip\Formatter\PlatesFormatter::__construct PHP Method

__construct() public method

public __construct ( League\Plates\Engine $engine )
$engine League\Plates\Engine
    public function __construct(Engine $engine)
    {
        $this->engine = $engine;
    }