initial commit
[namibia] / module / Utility / src / Utility / Import / Excel.php
1 <?php
2 namespace Utility\Import;
3
4 class Excel implements ImportInterface
5 {
6         /* (non-PHPdoc)
7          * @see Nirph_DataImport_Interface::getRecord()
8          */
9         public function getRecord ()
10         {
11                 // TODO Auto-generated method stub
12
13         }
14
15         /* (non-PHPdoc)
16          * @see Nirph_DataImport_Interface::reset()
17          */
18         public function reset ()
19         {
20                 // TODO Auto-generated method stub
21
22         }
23
24         /* (non-PHPdoc)
25          * @see Nirph_DataImport_Interface::setField()
26          */
27         public function setField ($fieldNr, FieldInterface $class)
28         {
29                 // TODO Auto-generated method stub
30
31         }
32
33 }