Refactored all classes into single files.
This commit is contained in:
parent
948aba4436
commit
d0cdfe2e69
6 changed files with 351 additions and 280 deletions
25
lib/enko/DokuWikiObjectRepresentation.class.php
Executable file
25
lib/enko/DokuWikiObjectRepresentation.class.php
Executable file
|
@ -0,0 +1,25 @@
|
|||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: hana
|
||||
* Date: 12.11.13
|
||||
* Time: 22:09
|
||||
*/
|
||||
|
||||
namespace enko\dokuwiki\objectrepresentation;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Class DokuWikiNameSpace
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Class DokuWikiPage
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Class DokuWikiIterator
|
||||
*/
|
Reference in a new issue