-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1378 from magento-engcom/MAGETWO-71174
MAGETWO-71174: Update doc block information in php classes with @deprecated and @SInCE tags
- Loading branch information
Showing
8,251 changed files
with
2,278 additions
and
62,895 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ | |
* | ||
* @api | ||
* @author Magento Core Team <[email protected]> | ||
* @since 2.0.0 | ||
*/ | ||
class ToolbarEntry extends \Magento\Backend\Block\Template | ||
{ | ||
|
@@ -34,15 +33,13 @@ class ToolbarEntry extends \Magento\Backend\Block\Template | |
* Collection of latest unread notifications | ||
* | ||
* @var \Magento\AdminNotification\Model\ResourceModel\Inbox\Collection | ||
* @since 2.0.0 | ||
*/ | ||
protected $_notificationList; | ||
|
||
/** | ||
* @param \Magento\Backend\Block\Template\Context $context | ||
* @param \Magento\AdminNotification\Model\ResourceModel\Inbox\Collection\Unread $notificationList | ||
* @param array $data | ||
* @since 2.0.0 | ||
*/ | ||
public function __construct( | ||
\Magento\Backend\Block\Template\Context $context, | ||
|
@@ -57,7 +54,6 @@ public function __construct( | |
* Retrieve notification description start length | ||
* | ||
* @return int | ||
* @since 2.0.0 | ||
*/ | ||
public function getNotificationDescriptionLength() | ||
{ | ||
|
@@ -68,7 +64,6 @@ public function getNotificationDescriptionLength() | |
* Retrieve notification counter max value | ||
* | ||
* @return int | ||
* @since 2.0.0 | ||
*/ | ||
public function getNotificationCounterMax() | ||
{ | ||
|
@@ -79,7 +74,6 @@ public function getNotificationCounterMax() | |
* Retrieve number of unread notifications | ||
* | ||
* @return int | ||
* @since 2.0.0 | ||
*/ | ||
public function getUnreadNotificationCount() | ||
{ | ||
|
@@ -90,7 +84,6 @@ public function getUnreadNotificationCount() | |
* Retrieve the list of latest unread notifications | ||
* | ||
* @return \Magento\AdminNotification\Model\ResourceModel\Inbox\Collection | ||
* @since 2.0.0 | ||
*/ | ||
public function getLatestUnreadNotifications() | ||
{ | ||
|
@@ -102,7 +95,6 @@ public function getLatestUnreadNotifications() | |
* | ||
* @param string $dateString | ||
* @return string | ||
* @since 2.0.0 | ||
*/ | ||
public function formatNotificationDate($dateString) | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.