PHP Class MagePal\GmailSmtpApp\Controller\Adminhtml\Test\Index

Inheritance: extends Magento\Backend\App\Action
Datei anzeigen Open project: magepal/magento2-gmailsmtpapp

Protected Properties

Property Type Description
$_dataHelper MagePal\GmailSmtpApp\Helper\Data
$_resultPageFactory Magento\Framework\View\Result\PageFactory

Public Methods

Method Description
__construct ( Magento\Backend\App\Action\Context $context, Magento\Framework\View\Result\PageFactory $resultPageFactory, Data $dataHelper ) Index constructor.
execute ( ) : Magento\Backend\Model\View\Result\Page Index action
makeClickableLinks ( string $s ) : string Make link clickable

Protected Methods

Method Description
_isAllowed ( ) : boolean Is the user allowed to view the blog post grid.

Method Details

__construct() public method

Index constructor.
public __construct ( Magento\Backend\App\Action\Context $context, Magento\Framework\View\Result\PageFactory $resultPageFactory, Data $dataHelper )
$context Magento\Backend\App\Action\Context
$resultPageFactory Magento\Framework\View\Result\PageFactory
$dataHelper MagePal\GmailSmtpApp\Helper\Data

_isAllowed() protected method

Is the user allowed to view the blog post grid.
protected _isAllowed ( ) : boolean
return boolean

execute() public method

Index action
public execute ( ) : Magento\Backend\Model\View\Result\Page
return Magento\Backend\Model\View\Result\Page

Property Details

$_dataHelper protected_oe property

protected Data,MagePal\GmailSmtpApp\Helper $_dataHelper
return MagePal\GmailSmtpApp\Helper\Data

$_resultPageFactory protected_oe property

protected PageFactory,Magento\Framework\View\Result $_resultPageFactory
return Magento\Framework\View\Result\PageFactory