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 11<?php
22
33/**
4- * @Package: PHPFuse Dynamic data abstraction Class
4+ * @Package: MaplePHP Dynamic data abstraction Class
55 * @Author: Daniel Ronkainen
66 * @Licence: The MIT License (MIT), Copyright © Daniel Ronkainen
77 Don't delete this comment, its part of the license.
88 */
99
10- namespace PHPFuse \DTO ;
10+ namespace MaplePHP \DTO ;
1111
1212abstract class DynamicDataAbstract
1313{
Original file line number Diff line number Diff line change 11<?php
22
33/**
4- * @Package: PHPFuse Format array
4+ * @Package: MaplePHP Format array
55 * @Author: Daniel Ronkainen
66 * @Licence: The MIT License (MIT), Copyright © Daniel Ronkainen
77 Don't delete this comment, its part of the license.
88 * @Version: 1.0.0
99 */
1010
11- namespace PHPFuse \DTO \Format ;
11+ namespace MaplePHP \DTO \Format ;
1212
1313final class Arr extends FormatAbstract implements FormatInterface
1414{
Original file line number Diff line number Diff line change 11<?php
22
33/**
4- * @Package: PHPFuse Format date class with translations
4+ * @Package: MaplePHP Format date class with translations
55 * @Author: Daniel Ronkainen
66 * @Licence: The MIT License (MIT), Copyright © Daniel Ronkainen
77 Don't delete this comment, its part of the license.
88 * @Version: 1.0.0
99 */
1010
11- namespace PHPFuse \DTO \Format ;
11+ namespace MaplePHP \DTO \Format ;
1212
1313use DateTime as MainDateTime ;
1414use DateTimeZone ;
Original file line number Diff line number Diff line change 11<?php
22
33/**
4- * @Package: PHPFuse Format string
4+ * @Package: MaplePHP Format string
55 * @Author: Daniel Ronkainen
66 * @Licence: The MIT License (MIT), Copyright © Daniel Ronkainen
77 Don't delete this comment, its part of the license.
88 */
99
10- namespace PHPFuse \DTO \Format ;
10+ namespace MaplePHP \DTO \Format ;
1111
12- use PHPFuse \Output \Dom \Document ;
13- use PHPFuse \DTO \Format \FormatInterface ;
12+ use MaplePHP \Output \Dom \Document ;
13+ use MaplePHP \DTO \Format \FormatInterface ;
1414use InvalidArgumentException ;
1515
1616final class Dom extends FormatAbstract
Original file line number Diff line number Diff line change 11<?php
22
3- namespace PHPFuse \DTO \Format ;
3+ namespace MaplePHP \DTO \Format ;
44
55final class Encode extends FormatAbstract implements FormatInterface
66{
Original file line number Diff line number Diff line change 11<?php
22
33/**
4- * @Package: PHPFuse Dynamic data abstraction Class
4+ * @Package: MaplePHP Dynamic data abstraction Class
55 * @Author: Daniel Ronkainen
66 * @Licence: The MIT License (MIT), Copyright © Daniel Ronkainen
77 Don't delete this comment, its part of the license.
88 */
99
10- namespace PHPFuse \DTO \Format ;
10+ namespace MaplePHP \DTO \Format ;
1111
1212abstract class FormatAbstract
1313{
Original file line number Diff line number Diff line change 11<?php
22
33/**
4- * @Package: PHPFuse Format Abstraction Class
4+ * @Package: MaplePHP Format Abstraction Class
55 * @Author: Daniel Ronkainen
66 * @Licence: The MIT License (MIT), Copyright © Daniel Ronkainen
77 Don't delete this comment, its part of the license.
88 * @Version: 1.0.0
99 */
1010
11- namespace PHPFuse \DTO \Format ;
11+ namespace MaplePHP \DTO \Format ;
1212
1313interface FormatInterface
1414{
Original file line number Diff line number Diff line change 11<?php
22
33/**
4- * @Package: PHPFuse Format array
4+ * @Package: MaplePHP Format array
55 * @Author: Daniel Ronkainen
66 * @Licence: The MIT License (MIT), Copyright © Daniel Ronkainen
77 Don't delete this comment, its part of the license.
88 * @Version: 1.0.0
99 */
1010
11- namespace PHPFuse \DTO \Format ;
11+ namespace MaplePHP \DTO \Format ;
1212
1313use Exception ;
1414
Original file line number Diff line number Diff line change 11<?php
22/**
33 * DEPRECATED
4- * @Package: PHPFuse Format numbers
4+ * @Package: MaplePHP Format numbers
55 * @Author: Daniel Ronkainen
66 * @Licence: The MIT License (MIT), Copyright © Daniel Ronkainen
77 Don't delete this comment, its part of the license.
88 * @Version: 1.0.0
99 */
1010
11- namespace PHPFuse \DTO \Format ;
11+ namespace MaplePHP \DTO \Format ;
1212
1313final class Num extends FormatAbstract implements FormatInterface
1414{
Original file line number Diff line number Diff line change 11<?php
22
33/**
4- * @Package: PHPFuse Format string
4+ * @Package: MaplePHP Format string
55 * @Author: Daniel Ronkainen
66 * @Licence: The MIT License (MIT), Copyright © Daniel Ronkainen
77 Don't delete this comment, its part of the license.
88 */
99
10- namespace PHPFuse \DTO \Format ;
10+ namespace MaplePHP \DTO \Format ;
1111
1212use InvalidArgumentException ;
1313
You can’t perform that action at this time.
0 commit comments