Completed
Push — master ( 33497b...2b3632 )
by Nazar
04:40
created
core/classes/Language/Prefix.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,16 +1,16 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package   CleverStyle CMS
4
- * @author    Nazar Mokrynskyi <[email protected]>
5
- * @copyright Copyright (c) 2011-2016, Nazar Mokrynskyi
6
- * @license   MIT License, see license.txt
7
- */
3
+	 * @package   CleverStyle CMS
4
+	 * @author    Nazar Mokrynskyi <[email protected]>
5
+	 * @copyright Copyright (c) 2011-2016, Nazar Mokrynskyi
6
+	 * @license   MIT License, see license.txt
7
+	 */
8 8
 namespace cs\Language;
9 9
 use
10 10
 	cs\Language;
11 11
 /**
12
- * Class for simplified work with languages, when using common prefix
13
- */
12
+	 * Class for simplified work with languages, when using common prefix
13
+	 */
14 14
 class Prefix {
15 15
 	/**
16 16
 	 * @var string
Please login to merge, or discard this patch.
core/classes/Event.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,18 +1,18 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package   CleverStyle CMS
4
- * @author    Nazar Mokrynskyi <[email protected]>
5
- * @copyright Copyright (c) 2015-2016, Nazar Mokrynskyi
6
- * @license   MIT License, see license.txt
7
- */
3
+	 * @package   CleverStyle CMS
4
+	 * @author    Nazar Mokrynskyi <[email protected]>
5
+	 * @copyright Copyright (c) 2015-2016, Nazar Mokrynskyi
6
+	 * @license   MIT License, see license.txt
7
+	 */
8 8
 namespace cs;
9 9
 /**
10
- * Event class
11
- *
12
- * Provides events subscribing and dispatching
13
- *
14
- * @method static Event instance($check = false)
15
- */
10
+	 * Event class
11
+	 *
12
+	 * Provides events subscribing and dispatching
13
+	 *
14
+	 * @method static Event instance($check = false)
15
+	 */
16 16
 class Event {
17 17
 	use Singleton;
18 18
 	/**
Please login to merge, or discard this patch.
core/classes/Page/Meta.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package        CleverStyle CMS
4
- * @author         Nazar Mokrynskyi <[email protected]>
5
- * @copyright      Copyright (c) 2014-2016, Nazar Mokrynskyi
6
- * @license        MIT License, see license.txt
7
- */
3
+	 * @package        CleverStyle CMS
4
+	 * @author         Nazar Mokrynskyi <[email protected]>
5
+	 * @copyright      Copyright (c) 2014-2016, Nazar Mokrynskyi
6
+	 * @license        MIT License, see license.txt
7
+	 */
8 8
 namespace cs\Page;
9 9
 use
10 10
 	cs\Config,
Please login to merge, or discard this patch.
core/classes/h/Base.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package   CleverStyle CMS
4
- * @author    Nazar Mokrynskyi <[email protected]>
5
- * @copyright Copyright (c) 2011-2016, Nazar Mokrynskyi
6
- * @license   MIT License, see license.txt
7
- */
3
+	 * @package   CleverStyle CMS
4
+	 * @author    Nazar Mokrynskyi <[email protected]>
5
+	 * @copyright Copyright (c) 2011-2016, Nazar Mokrynskyi
6
+	 * @license   MIT License, see license.txt
7
+	 */
8 8
 namespace cs\h;
9 9
 use
10 10
 	nazarpc\BananaHTML,
@@ -13,8 +13,8 @@  discard block
 block discarded – undo
13 13
 	cs\Page,
14 14
 	cs\Session;
15 15
 /**
16
- * Class for HTML code rendering in accordance with the standards of HTML5, and with useful syntax extensions for simpler usage
17
- */
16
+	 * Class for HTML code rendering in accordance with the standards of HTML5, and with useful syntax extensions for simpler usage
17
+	 */
18 18
 abstract class Base extends BananaHTML {
19 19
 	/**
20 20
 	 * Special processing for URLs with hash
Please login to merge, or discard this patch.
core/classes/Menu.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -1,21 +1,21 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package        CleverStyle CMS
4
- * @author         Nazar Mokrynskyi <[email protected]>
5
- * @copyright      Copyright (c) 2014-2016, Nazar Mokrynskyi
6
- * @license        MIT License, see license.txt
7
- */
3
+	 * @package        CleverStyle CMS
4
+	 * @author         Nazar Mokrynskyi <[email protected]>
5
+	 * @copyright      Copyright (c) 2014-2016, Nazar Mokrynskyi
6
+	 * @license        MIT License, see license.txt
7
+	 */
8 8
 namespace cs;
9 9
 use
10 10
 	h;
11 11
 /**
12
- * Menu class is used in administration for generating second and third level of menu
13
- *
14
- * Provides next events:<br>
15
- *  admin/System/Menu
16
- *
17
- * @method static Menu instance($check = false)
18
- */
12
+	 * Menu class is used in administration for generating second and third level of menu
13
+	 *
14
+	 * Provides next events:<br>
15
+	 *  admin/System/Menu
16
+	 *
17
+	 * @method static Menu instance($check = false)
18
+	 */
19 19
 class Menu {
20 20
 	use
21 21
 		Singleton;
Please login to merge, or discard this patch.
core/classes/Index.php 1 patch
Indentation   +23 added lines, -23 removed lines patch added patch discarded remove patch
@@ -1,32 +1,32 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package   CleverStyle CMS
4
- * @author    Nazar Mokrynskyi <[email protected]>
5
- * @copyright Copyright (c) 2011-2016, Nazar Mokrynskyi
6
- * @license   MIT License, see license.txt
7
- */
3
+	 * @package   CleverStyle CMS
4
+	 * @author    Nazar Mokrynskyi <[email protected]>
5
+	 * @copyright Copyright (c) 2011-2016, Nazar Mokrynskyi
6
+	 * @license   MIT License, see license.txt
7
+	 */
8 8
 namespace cs;
9 9
 use
10 10
 	h;
11 11
 /**
12
- * Provides next events:
13
- *  System/Index/block_render
14
- *  [
15
- *      'index'           => $index,        //Block index
16
- *      'blocks_array'    => &$blocks_array //Reference to array in form ['top' => '', 'left' => '', 'right' => '', 'bottom' => '']
17
- *  ]
18
- *
19
- *  System/Index/construct
20
- *
21
- *  System/Index/preload
22
- *
23
- *  System/Index/postload
24
- *
25
- * @method static Index instance($check = false)
26
- *
27
- * @property string   $action             Form action
28
- * @property string[] $controller_path    Path that will be used by controller to render page
29
- */
12
+	 * Provides next events:
13
+	 *  System/Index/block_render
14
+	 *  [
15
+	 *      'index'           => $index,        //Block index
16
+	 *      'blocks_array'    => &$blocks_array //Reference to array in form ['top' => '', 'left' => '', 'right' => '', 'bottom' => '']
17
+	 *  ]
18
+	 *
19
+	 *  System/Index/construct
20
+	 *
21
+	 *  System/Index/preload
22
+	 *
23
+	 *  System/Index/postload
24
+	 *
25
+	 * @method static Index instance($check = false)
26
+	 *
27
+	 * @property string   $action             Form action
28
+	 * @property string[] $controller_path    Path that will be used by controller to render page
29
+	 */
30 30
 class Index {
31 31
 	use
32 32
 		Singleton,
Please login to merge, or discard this patch.
core/classes/Config/Module_Properties.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,16 +1,16 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package   CleverStyle CMS
4
- * @author    Nazar Mokrynskyi <[email protected]>
5
- * @copyright Copyright (c) 2011-2016, Nazar Mokrynskyi
6
- * @license   MIT License, see license.txt
7
- */
3
+	 * @package   CleverStyle CMS
4
+	 * @author    Nazar Mokrynskyi <[email protected]>
5
+	 * @copyright Copyright (c) 2011-2016, Nazar Mokrynskyi
6
+	 * @license   MIT License, see license.txt
7
+	 */
8 8
 namespace cs\Config;
9 9
 use
10 10
 	cs\Config;
11 11
 /**
12
- * Class for getting of db and storage configuration of module
13
- */
12
+	 * Class for getting of db and storage configuration of module
13
+	 */
14 14
 class Module_Properties {
15 15
 	const ENABLED     = 1;
16 16
 	const DISABLED    = 0;
Please login to merge, or discard this patch.
core/classes/Core.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,18 +1,18 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package   CleverStyle CMS
4
- * @author    Nazar Mokrynskyi <[email protected]>
5
- * @copyright Copyright (c) 2011-2016, Nazar Mokrynskyi
6
- * @license   MIT License, see license.txt
7
- */
3
+	 * @package   CleverStyle CMS
4
+	 * @author    Nazar Mokrynskyi <[email protected]>
5
+	 * @copyright Copyright (c) 2011-2016, Nazar Mokrynskyi
6
+	 * @license   MIT License, see license.txt
7
+	 */
8 8
 namespace cs;
9 9
 use            h;
10 10
 /**
11
- * Core class.
12
- * Provides loading of base system configuration
13
- *
14
- * @method static Core instance($check = false)
15
- */
11
+	 * Core class.
12
+	 * Provides loading of base system configuration
13
+	 *
14
+	 * @method static Core instance($check = false)
15
+	 */
16 16
 class Core {
17 17
 	use Singleton;
18 18
 	/**
Please login to merge, or discard this patch.
core/classes/Permission.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,19 +1,19 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package   CleverStyle CMS
4
- * @author    Nazar Mokrynskyi <[email protected]>
5
- * @copyright Copyright (c) 2013-2016, Nazar Mokrynskyi
6
- * @license   MIT License, see license.txt
7
- */
3
+	 * @package   CleverStyle CMS
4
+	 * @author    Nazar Mokrynskyi <[email protected]>
5
+	 * @copyright Copyright (c) 2013-2016, Nazar Mokrynskyi
6
+	 * @license   MIT License, see license.txt
7
+	 */
8 8
 namespace cs;
9 9
 use
10 10
 	cs\Cache\Prefix,
11 11
 	cs\DB\Accessor;
12 12
 /**
13
- * Class for permissions manipulating
14
- *
15
- * @method static Permission instance($check = false)
16
- */
13
+	 * Class for permissions manipulating
14
+	 *
15
+	 * @method static Permission instance($check = false)
16
+	 */
17 17
 class Permission {
18 18
 	use
19 19
 		Accessor,
Please login to merge, or discard this patch.