Files
firefly-iii/app/lib/Firefly/Helper/Controllers/ChartInterface.php

17 lines
234 B
PHP
Raw Normal View History

<?php
/**
* Created by PhpStorm.
* User: User
* Date: 29-7-14
* Time: 10:42
*/
namespace Firefly\Helper\Controllers;
interface ChartInterface
{
public function account(\Account $account);
public function accounts();
}