File tree Expand file tree Collapse file tree 13 files changed +30
-30
lines changed Expand file tree Collapse file tree 13 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
/**
4
- * @Package: PHPFuse Dynamic data abstraction Class
4
+ * @Package: MaplePHP Dynamic data abstraction Class
5
5
* @Author: Daniel Ronkainen
6
6
* @Licence: The MIT License (MIT), Copyright © Daniel Ronkainen
7
7
Don't delete this comment, its part of the license.
8
8
*/
9
9
10
- namespace PHPFuse \DTO ;
10
+ namespace MaplePHP \DTO ;
11
11
12
12
abstract class DynamicDataAbstract
13
13
{
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
/**
4
- * @Package: PHPFuse Format array
4
+ * @Package: MaplePHP Format array
5
5
* @Author: Daniel Ronkainen
6
6
* @Licence: The MIT License (MIT), Copyright © Daniel Ronkainen
7
7
Don't delete this comment, its part of the license.
8
8
* @Version: 1.0.0
9
9
*/
10
10
11
- namespace PHPFuse \DTO \Format ;
11
+ namespace MaplePHP \DTO \Format ;
12
12
13
13
final class Arr extends FormatAbstract implements FormatInterface
14
14
{
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
/**
4
- * @Package: PHPFuse Format date class with translations
4
+ * @Package: MaplePHP Format date class with translations
5
5
* @Author: Daniel Ronkainen
6
6
* @Licence: The MIT License (MIT), Copyright © Daniel Ronkainen
7
7
Don't delete this comment, its part of the license.
8
8
* @Version: 1.0.0
9
9
*/
10
10
11
- namespace PHPFuse \DTO \Format ;
11
+ namespace MaplePHP \DTO \Format ;
12
12
13
13
use DateTime as MainDateTime ;
14
14
use DateTimeZone ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
/**
4
- * @Package: PHPFuse Format string
4
+ * @Package: MaplePHP Format string
5
5
* @Author: Daniel Ronkainen
6
6
* @Licence: The MIT License (MIT), Copyright © Daniel Ronkainen
7
7
Don't delete this comment, its part of the license.
8
8
*/
9
9
10
- namespace PHPFuse \DTO \Format ;
10
+ namespace MaplePHP \DTO \Format ;
11
11
12
- use PHPFuse \Output \Dom \Document ;
13
- use PHPFuse \DTO \Format \FormatInterface ;
12
+ use MaplePHP \Output \Dom \Document ;
13
+ use MaplePHP \DTO \Format \FormatInterface ;
14
14
use InvalidArgumentException ;
15
15
16
16
final class Dom extends FormatAbstract
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace PHPFuse \DTO \Format ;
3
+ namespace MaplePHP \DTO \Format ;
4
4
5
5
final class Encode extends FormatAbstract implements FormatInterface
6
6
{
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
/**
4
- * @Package: PHPFuse Dynamic data abstraction Class
4
+ * @Package: MaplePHP Dynamic data abstraction Class
5
5
* @Author: Daniel Ronkainen
6
6
* @Licence: The MIT License (MIT), Copyright © Daniel Ronkainen
7
7
Don't delete this comment, its part of the license.
8
8
*/
9
9
10
- namespace PHPFuse \DTO \Format ;
10
+ namespace MaplePHP \DTO \Format ;
11
11
12
12
abstract class FormatAbstract
13
13
{
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
/**
4
- * @Package: PHPFuse Format Abstraction Class
4
+ * @Package: MaplePHP Format Abstraction Class
5
5
* @Author: Daniel Ronkainen
6
6
* @Licence: The MIT License (MIT), Copyright © Daniel Ronkainen
7
7
Don't delete this comment, its part of the license.
8
8
* @Version: 1.0.0
9
9
*/
10
10
11
- namespace PHPFuse \DTO \Format ;
11
+ namespace MaplePHP \DTO \Format ;
12
12
13
13
interface FormatInterface
14
14
{
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
/**
4
- * @Package: PHPFuse Format array
4
+ * @Package: MaplePHP Format array
5
5
* @Author: Daniel Ronkainen
6
6
* @Licence: The MIT License (MIT), Copyright © Daniel Ronkainen
7
7
Don't delete this comment, its part of the license.
8
8
* @Version: 1.0.0
9
9
*/
10
10
11
- namespace PHPFuse \DTO \Format ;
11
+ namespace MaplePHP \DTO \Format ;
12
12
13
13
use Exception ;
14
14
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
3
* DEPRECATED
4
- * @Package: PHPFuse Format numbers
4
+ * @Package: MaplePHP Format numbers
5
5
* @Author: Daniel Ronkainen
6
6
* @Licence: The MIT License (MIT), Copyright © Daniel Ronkainen
7
7
Don't delete this comment, its part of the license.
8
8
* @Version: 1.0.0
9
9
*/
10
10
11
- namespace PHPFuse \DTO \Format ;
11
+ namespace MaplePHP \DTO \Format ;
12
12
13
13
final class Num extends FormatAbstract implements FormatInterface
14
14
{
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
/**
4
- * @Package: PHPFuse Format string
4
+ * @Package: MaplePHP Format string
5
5
* @Author: Daniel Ronkainen
6
6
* @Licence: The MIT License (MIT), Copyright © Daniel Ronkainen
7
7
Don't delete this comment, its part of the license.
8
8
*/
9
9
10
- namespace PHPFuse \DTO \Format ;
10
+ namespace MaplePHP \DTO \Format ;
11
11
12
12
use InvalidArgumentException ;
13
13
You can’t perform that action at this time.
0 commit comments