Some work on the chart controller. [skip ci]

This commit is contained in:
James Cole
2014-07-29 12:55:41 +02:00
parent 225cfc590c
commit 9054b20700
7 changed files with 111 additions and 73 deletions

View File

@@ -0,0 +1,17 @@
<?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();
}