File tree 30 files changed +219
-45
lines changed
30 files changed +219
-45
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
+ /**
3
+ * Class LeMike_DevMode_Block_Catalog_Products.
4
+ *
5
+ * @category ${PROJECT_NAME}
6
+ * @author Mike Pretzlaw <[email protected] >
7
+ * @copyright ${YEAR} Mike Pretzlaw
8
+ * @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
9
+ * @link http://github.com/sourcerer-mike/${PROJECT_NAME}
10
+ * @since 0.1.0
11
+ */
2
12
13
+ /**
14
+ * Class LeMike_DevMode_Block_Catalog_Products.
15
+ *
16
+ * @category ${PROJECT_NAME}
17
+ * @author Mike Pretzlaw <[email protected] >
18
+ * @copyright ${YEAR} Mike Pretzlaw
19
+ * @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
20
+ * @link http://github.com/sourcerer-mike/${PROJECT_NAME}
21
+ * @since 0.1.0
22
+ */
3
23
class LeMike_DevMode_Block_Catalog_Products extends Mage_Adminhtml_Block_Template
4
24
{
5
25
public function __construct ()
Original file line number Diff line number Diff line change 1
1
<?php
2
+ /**
3
+ * Contains class LeMike_DevMode_Block_Catalog_Tabs.
4
+ *
5
+ * @category ${PROJECT_NAME}
6
+ * @author Mike Pretzlaw <[email protected] >
7
+ * @copyright ${YEAR} Mike Pretzlaw
8
+ * @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
9
+ * @link http://github.com/sourcerer-mike/${PROJECT_NAME}
10
+ * @since 0.1.0
11
+ */
2
12
3
13
/**
4
14
* LeMike_DevMode Catalog page left menu
10
20
class LeMike_DevMode_Block_Catalog_Tabs extends Mage_Adminhtml_Block_Widget_Tabs
11
21
{
12
22
23
+ /**
24
+ * New catalog Tab.
25
+ */
13
26
public function __construct ()
14
27
{
15
28
parent ::__construct ();
@@ -19,6 +32,11 @@ public function __construct()
19
32
}
20
33
21
34
35
+ /**
36
+ * Add tab before transformed to HTML.
37
+ *
38
+ * @return Mage_Core_Block_Abstract
39
+ */
22
40
protected function _beforeToHtml ()
23
41
{
24
42
$ this ->addTab (
Original file line number Diff line number Diff line change 1
1
<?php
2
+ /**
3
+ * Contains class LeMike_DevMode_Block_Core_Tabs.
4
+ *
5
+ * @category ${PROJECT_NAME}
6
+ * @author Mike Pretzlaw <[email protected] >
7
+ * @copyright ${YEAR} Mike Pretzlaw
8
+ * @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
9
+ * @link http://github.com/sourcerer-mike/${PROJECT_NAME}
10
+ * @since 0.1.0
11
+ */
2
12
3
13
/**
4
14
* LeMike_DevMode Catalog page left menu
10
20
class LeMike_DevMode_Block_Core_Tabs extends Mage_Adminhtml_Block_Widget_Tabs
11
21
{
12
22
23
+ /**
24
+ * Create new Tab.
25
+ */
13
26
public function __construct ()
14
27
{
15
28
parent ::__construct ();
@@ -19,6 +32,11 @@ public function __construct()
19
32
}
20
33
21
34
35
+ /**
36
+ * Changes before HTML is made.
37
+ *
38
+ * @return Mage_Core_Block_Abstract
39
+ */
22
40
protected function _beforeToHtml ()
23
41
{
24
42
/** @var Mage_Adminhtml_Block_Template $emailBlock */
Original file line number Diff line number Diff line change 1
1
<?php
2
+ /**
3
+ * Class LeMike_DevMode_Block_Customer_Tabs.
4
+ *
5
+ * @category ${PROJECT_NAME}
6
+ * @author Mike Pretzlaw <[email protected] >
7
+ * @copyright ${YEAR} Mike Pretzlaw
8
+ * @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
9
+ * @link http://github.com/sourcerer-mike/${PROJECT_NAME}
10
+ * @since 0.1.0
11
+ */
2
12
3
13
/**
4
14
* LeMike_DevMode Catalog page left menu
10
20
class LeMike_DevMode_Block_Customer_Tabs extends Mage_Adminhtml_Block_Widget_Tabs
11
21
{
12
22
23
+ /**
24
+ * Create new Tab.
25
+ */
13
26
public function __construct ()
14
27
{
15
28
parent ::__construct ();
@@ -19,6 +32,11 @@ public function __construct()
19
32
}
20
33
21
34
35
+ /**
36
+ * Add tab before transformed to html.
37
+ *
38
+ * @return Mage_Core_Block_Abstract
39
+ */
22
40
protected function _beforeToHtml ()
23
41
{
24
42
/** @var Mage_Adminhtml_Block_Template $customerBlock */
Original file line number Diff line number Diff line change 1
1
<?php
2
+ /**
3
+ * Class LeMike_DevMode_Block_Sales_Tabs.
4
+ *
5
+ * @category ${PROJECT_NAME}
6
+ * @author Mike Pretzlaw <[email protected] >
7
+ * @copyright ${YEAR} Mike Pretzlaw
8
+ * @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
9
+ * @link http://github.com/sourcerer-mike/${PROJECT_NAME}
10
+ * @since 0.1.0
11
+ */
2
12
3
13
/**
4
14
* LeMike_DevMode Catalog page left menu
10
20
class LeMike_DevMode_Block_Sales_Tabs extends Mage_Adminhtml_Block_Widget_Tabs
11
21
{
12
22
23
+ /**
24
+ * Add new Sales Tab.
25
+ */
13
26
public function __construct ()
14
27
{
15
28
parent ::__construct ();
@@ -19,6 +32,11 @@ public function __construct()
19
32
}
20
33
21
34
35
+ /**
36
+ * Changes before to HTML.
37
+ *
38
+ * @return Mage_Core_Block_Abstract
39
+ */
22
40
protected function _beforeToHtml ()
23
41
{
24
42
/** @var Mage_Adminhtml_Block_Template $ordersBlock */
@@ -28,8 +46,8 @@ protected function _beforeToHtml()
28
46
$ this ->addTab (
29
47
'main_section ' ,
30
48
array (
31
- 'label ' => Mage::helper ('lemike_devmode ' )->__ ('Orders ' ),
32
- 'title ' => Mage::helper ('lemike_devmode ' )->__ ('Orders ' ),
49
+ 'label ' => Mage::helper ('lemike_devmode ' )->__ ('Orders ' ),
50
+ 'title ' => Mage::helper ('lemike_devmode ' )->__ ('Orders ' ),
33
51
'content ' => $ ordersBlock ->toHtml (),
34
52
'active ' => true
35
53
)
Original file line number Diff line number Diff line change 1
1
<?php
2
+ /**
3
+ * Class LeMike_DevMode_Block_Template.
4
+ *
5
+ * @category ${PROJECT_NAME}
6
+ * @author Mike Pretzlaw <[email protected] >
7
+ * @copyright ${YEAR} Mike Pretzlaw
8
+ * @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
9
+ * @link http://github.com/sourcerer-mike/${PROJECT_NAME}
10
+ * @since 0.1.0
11
+ */
2
12
13
+ /**
14
+ * Class LeMike_DevMode_Block_Template.
15
+ *
16
+ * @category ${PROJECT_NAME}
17
+ * @author Mike Pretzlaw <[email protected] >
18
+ * @copyright ${YEAR} Mike Pretzlaw
19
+ * @license http://github.com/sourcerer-mike/${PROJECT_NAME}/blob/master/License.md BSD 3-Clause ("BSD New")
20
+ * @link http://github.com/sourcerer-mike/${PROJECT_NAME}
21
+ * @since 0.1.0
22
+ */
3
23
class LeMike_DevMode_Block_Template extends Mage_Adminhtml_Block_Template
4
24
{
5
25
}
Original file line number Diff line number Diff line change 13
13
* @copyright 2013 Mike Pretzlaw
14
14
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
15
15
* @link http://github.com/sourcerer-mike/mage_devMail
16
- * @since $VERSION$
16
+ * @since 0.1.0
17
17
*/
18
18
19
19
/**
24
24
* @copyright 2013 Mike Pretzlaw
25
25
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
26
26
* @link http://github.com/sourcerer-mike/mage_devMail
27
- * @since $VERSION$
27
+ * @since 0.1.0
28
28
*/
29
29
abstract class LeMike_DevMode_Helper_Abstract extends Mage_Core_Helper_Abstract
30
30
{
Original file line number Diff line number Diff line change 13
13
* @copyright 2013 Mike Pretzlaw
14
14
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
15
15
* @link http://github.com/sourcerer-mike/mage_devMail
16
- * @since $VERSION$
16
+ * @since 0.1.0
17
17
*/
18
18
19
19
/**
24
24
* @copyright 2013 Mike Pretzlaw
25
25
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
26
26
* @link http://github.com/sourcerer-mike/mage_devMail
27
- * @since $VERSION$
27
+ * @since 0.1.0
28
28
*/
29
29
class LeMike_DevMode_Helper_Config extends LeMike_DevMode_Helper_Abstract
30
30
{
Original file line number Diff line number Diff line change 13
13
* @copyright 2013 Mike Pretzlaw
14
14
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
15
15
* @link http://github.com/sourcerer-mike/mage_devMail
16
- * @since $VERSION$
16
+ * @since 0.1.0
17
17
*/
18
18
19
19
/**
24
24
* @copyright 2013 Mike Pretzlaw
25
25
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
26
26
* @link http://github.com/sourcerer-mike/mage_devMail
27
- * @since $VERSION$
27
+ * @since 0.1.0
28
28
*/
29
29
class LeMike_DevMode_Helper_Data extends LeMike_DevMode_Helper_Abstract
30
30
{
Original file line number Diff line number Diff line change 13
13
* @copyright 2013 Mike Pretzlaw
14
14
* @license http://github.com/sourcerer-mike/mage_devMode/blob/master/License.md BSD 3-Clause ("BSD New")
15
15
* @link http://github.com/sourcerer-mike/mage_devMode
16
- * @since $VERSION$
16
+ * @since 0.2.0
17
17
*/
18
18
19
19
/**
24
24
* @copyright 2013 Mike Pretzlaw
25
25
* @license http://github.com/sourcerer-mike/mage_devMode/blob/master/License.md BSD 3-Clause ("BSD New")
26
26
* @link http://github.com/sourcerer-mike/mage_devMode
27
- * @since $VERSION$
27
+ * @since 0.2.0
28
28
*
29
29
* @method string getToMail()
30
30
* @method $this setToMail(string $mail)
Original file line number Diff line number Diff line change 13
13
* @copyright 2013 Mike Pretzlaw
14
14
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
15
15
* @link http://github.com/sourcerer-mike/mage_devMail
16
- * @since $VERSION$
16
+ * @since 0.2.0
17
17
*/
18
18
19
19
/**
24
24
* @copyright 2013 Mike Pretzlaw
25
25
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
26
26
* @link http://github.com/sourcerer-mike/mage_devMail
27
- * @since $VERSION$
27
+ * @since 0.2.0
28
28
*/
29
29
class LeMike_DevMode_Model_Core_Email_Template extends Mage_Core_Model_Email_Template
30
30
{
Original file line number Diff line number Diff line change 13
13
* @copyright 2013 Mike Pretzlaw
14
14
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
15
15
* @link http://github.com/sourcerer-mike/mage_devMail
16
- * @since $VERSION$
16
+ * @since 0.2.0
17
17
*/
18
18
19
19
/**
24
24
* @copyright 2013 Mike Pretzlaw
25
25
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
26
26
* @link http://github.com/sourcerer-mike/mage_devMail
27
- * @since $VERSION$
27
+ * @since 0.2.0
28
28
*/
29
29
class LeMike_DevMode_Model_Core_Email_Transport extends Mage_Core_Model_Email_Transport
30
30
{
Original file line number Diff line number Diff line change 13
13
* @copyright 2013 Mike Pretzlaw
14
14
* @license http://github.com/sourcerer-mike/mage_devMode/blob/master/License.md BSD 3-Clause ("BSD New")
15
15
* @link http://github.com/sourcerer-mike/mage_devMode
16
- * @since $VERSION$
16
+ * @since 0.1.0
17
17
*/
18
18
19
19
/**
24
24
* @copyright 2013 Mike Pretzlaw
25
25
* @license http://github.com/sourcerer-mike/mage_devMode/blob/master/License.md BSD 3-Clause ("BSD New")
26
26
* @link http://github.com/sourcerer-mike/mage_devMode
27
- * @since $VERSION$
27
+ * @since 0.1.0
28
28
*/
29
29
class LeMike_DevMode_Model_Dummy
30
30
{
Original file line number Diff line number Diff line change 13
13
* @copyright 2013 Mike Pretzlaw
14
14
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
15
15
* @link http://github.com/sourcerer-mike/mage_devMail
16
- * @since $VERSION$
16
+ * @since 0.2.0
17
17
*/
18
18
19
19
/**
24
24
* @copyright 2013 Mike Pretzlaw
25
25
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
26
26
* @link http://github.com/sourcerer-mike/mage_devMail
27
- * @since $VERSION$
27
+ * @since 0.2.0
28
28
*/
29
29
class LeMike_DevMode_Model_Observer extends Mage_Core_Model_Abstract
30
30
{
Original file line number Diff line number Diff line change 13
13
* @copyright 2013 Mike Pretzlaw
14
14
* @license http://github.com/sourcerer-mike/mage_devMode/blob/master/License.md BSD 3-Clause ("BSD New")
15
15
* @link http://github.com/sourcerer-mike/mage_devMode
16
- * @since $VERSION$
16
+ * @since 0.2.0
17
17
*/
18
18
19
19
/**
24
24
* @copyright 2013 Mike Pretzlaw
25
25
* @license http://github.com/sourcerer-mike/mage_devMode/blob/master/License.md BSD 3-Clause ("BSD New")
26
26
* @link http://github.com/sourcerer-mike/mage_devMode
27
- * @since $VERSION$
27
+ * @since 0.2.0
28
28
*/
29
29
class LeMike_DevMode_Test_ConfigTest extends LeMike_DevMode_Test_AbstractCase
30
30
{
Original file line number Diff line number Diff line change 13
13
* @copyright 2013 Mike Pretzlaw
14
14
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
15
15
* @link http://github.com/sourcerer-mike/mage_devMail
16
- * @since $VERSION$
16
+ * @since 0.2.0
17
17
*/
18
18
19
19
/**
24
24
* @copyright 2013 Mike Pretzlaw
25
25
* @license http://github.com/sourcerer-mike/mage_devMail/blob/master/License.md BSD 3-Clause ("BSD New")
26
26
* @link http://github.com/sourcerer-mike/mage_devMail
27
- * @since $VERSION$
27
+ * @since 0.2.0
28
28
*/
29
29
class LeMike_DevMail_Test_Helper_ConfigTest extends LeMike_DevMode_Test_AbstractCase
30
30
{
You can’t perform that action at this time.
0 commit comments